Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 2, 2022 19:30
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/6ba1e4641c1eb61da42bf2264ee87bfc to your computer and use it in GitHub Desktop.
Save bjoerntx/6ba1e4641c1eb61da42bf2264ee87bfc to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<sales>
<points>
<country>Country 1</country>
<value>100</value>
</points>
<points>
<country>Country 2</country>
<value>120</value>
</points>
<points>
<country>Country 3</country>
<value>80</value>
</points>
</sales>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment