xml.xml 350 B

1234567891011121314151617
  1. <root>
  2. <person>
  3. <name>John Doe</name>
  4. <age>30</age>
  5. <email>john.doe@example.com</email>
  6. </person>
  7. <person>
  8. <name>Jane Smith</name>
  9. <age>25</age>
  10. <email>jane.smith@example.com</email>
  11. </person>
  12. <book>
  13. <title>The Adventure Begins</title>
  14. <author>Robert Johnson</author>
  15. <year>2022</year>
  16. </book>
  17. </root>