Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 30, 2018 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/454f5d1d74b15db1d7511f8e2570e064 to your computer and use it in GitHub Desktop.
Save bjoerntx/454f5d1d74b15db1d7511f8e2570e064 to your computer and use it in GitHub Desktop.
<data>
<invoice>
<item>
<qty>1</qty>
<name>Road-650 Red, 44</name>
<unit_price>419.4589</unit_price>
<discount>0</discount>
</item>
<item>
<qty>5</qty>
<name>Road-450 Red, 52</name>
<unit_price>809.76</unit_price>
<discount>0</discount>
</item>
<item>
<qty>1</qty>
<name>HL Mountain Frame - Black, 38</name>
<unit_price>714.7043</unit_price>
<discount>12</discount>
</item>
<item>
<qty>2</qty>
<name>AWC Logo Cap</name>
<unit_price>5.1865</unit_price>
<discount>0</discount>
</item>
<item>
<qty>10</qty>
<name>Mountain-100 Black, 38</name>
<unit_price>2024.994</unit_price>
<discount>20</discount>
</item>
<item>
<qty>13</qty>
<name>Sport-100 Helmet, Blue</name>
<unit_price>20.1865</unit_price>
<discount>2</discount>
</item>
</invoice>
</data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment