summaryrefslogtreecommitdiffstats
path: root/libxml2/test/relaxng/tutor11_2_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/relaxng/tutor11_2_1.xml')
-rw-r--r--libxml2/test/relaxng/tutor11_2_1.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/libxml2/test/relaxng/tutor11_2_1.xml b/libxml2/test/relaxng/tutor11_2_1.xml
new file mode 100644
index 0000000..2b84ebb
--- /dev/null
+++ b/libxml2/test/relaxng/tutor11_2_1.xml
@@ -0,0 +1,5 @@
+<card xmlns="http://www.example.com"
+ xmlns:a="http://www.example.com/a" a:foo="works"
+ xmlns:b="http://www.example.com/b" b:foo="works">
+ This should work
+</card>