Skip to content

Instantly share code, notes, and snippets.

@maxinspace
Last active May 16, 2025 19:36
Show Gist options
  • Save maxinspace/22b51298bc834fc6c1e249724bcf0cf9 to your computer and use it in GitHub Desktop.
Save maxinspace/22b51298bc834fc6c1e249724bcf0cf9 to your computer and use it in GitHub Desktop.
test xml
<?xml version="1.0" encoding="UTF-8"?>
<teachers>
<teacher>
<name>Sam Davies</name>
<age>35</age>
<subject>Maths</subject>
</teacher>
<teacher>
<name>Cassie Stone</name>
<age>24</age>
<subject>Science</subject>
</teacher>
<teacher>
<name>Derek Brandon</name>
<age>32</age>
<subject>History</subject>
</teacher>
</teachers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment