Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 5, 2018 16:22
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/541a0d11d23e83b9f677e03b8a7ea267 to your computer and use it in GitHub Desktop.
Save bjoerntx/541a0d11d23e83b9f677e03b8a7ea267 to your computer and use it in GitHub Desktop.
<reports>
<report>
<name>Report1</name>
<sales>
<month>January</month>
<amount>1000</amount>
</sales>
<sales>
<month>February</month>
<amount>2000</amount>
</sales>
<sales>
<month>March</month>
<amount>8000</amount>
</sales>
<sales>
<month>April</month>
<amount>5000</amount>
</sales>
</report>
<report>
<name>Report2</name>
<sales>
<month>January</month>
<amount>5353</amount>
</sales>
<sales>
<month>February</month>
<amount>3453</amount>
</sales>
<sales>
<month>March</month>
<amount>7899</amount>
</sales>
<sales>
<month>April</month>
<amount>3455</amount>
</sales>
</report>
</reports>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment