Files
XML_Data_Parsing/libxml2/test/relaxng/tutor1_4_1.xml
T

11 lines
192 B
XML
Raw Normal View History

2026-07-19 22:48:13 +08:00
<addressBook>
<card>
<name>John Smith</name>
<email>js@example.com</email>
</card>
<card>
<name>Fred Bloggs</name>
<email>fb@example.net</email>
</card>
</addressBook>