summaryrefslogtreecommitdiffstats
path: root/libxml2/test/relaxng/tutor9_1_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/relaxng/tutor9_1_1.xml')
-rw-r--r--libxml2/test/relaxng/tutor9_1_1.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/libxml2/test/relaxng/tutor9_1_1.xml b/libxml2/test/relaxng/tutor9_1_1.xml
new file mode 100644
index 0000000..f45fc3b
--- /dev/null
+++ b/libxml2/test/relaxng/tutor9_1_1.xml
@@ -0,0 +1,7 @@
+<addressBook>
+ <card>
+ <name>foo</name>
+ <email>bar</email>
+ <note>this guy is <em>annoying</em> !</note>
+ </card>
+</addressBook>