Last active
May 16, 2025 19:36
-
-
Save maxinspace/22b51298bc834fc6c1e249724bcf0cf9 to your computer and use it in GitHub Desktop.
test xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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