summaryrefslogtreecommitdiffstats
path: root/libxml2/test/relaxng/tutor1_1_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/relaxng/tutor1_1_1.xml')
-rw-r--r--libxml2/test/relaxng/tutor1_1_1.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/libxml2/test/relaxng/tutor1_1_1.xml b/libxml2/test/relaxng/tutor1_1_1.xml
new file mode 100644
index 0000000..edac8ba
--- /dev/null
+++ b/libxml2/test/relaxng/tutor1_1_1.xml
@@ -0,0 +1,10 @@
+<addressBook>
+ <card>
+ <name>John Smith</name>
+ <email>js@example.com</email>
+ </card>
+ <card>
+ <name>Fred Bloggs</name>
+ <email>fb@example.net</email>
+ </card>
+</addressBook>