Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created June 28, 2018 09:39
Show Gist options
  • Save ssaurel/63863736175f03c1626aafdc7e9b6394 to your computer and use it in GitHub Desktop.
Save ssaurel/63863736175f03c1626aafdc7e9b6394 to your computer and use it in GitHub Desktop.
XML Data for a tutorial on the SSaurel's Channel
<?xml version="1.0" encoding="UTF-8" ?>
<players>
<player>
<name>Lebron James</name>
<age>32</age>
<position>SF/PF</position>
</player>
<player>
<name>Kevin Durant</name>
<age>29</age>
<position>SF/PF</position>
</player>
<player>
<name>Stephen Curry</name>
<age>29</age>
<position>PG</position>
</player>
</players>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment