summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor3_5_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/relaxng/tutor3_5_1.xml')
-rw-r--r--test/relaxng/tutor3_5_1.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/relaxng/tutor3_5_1.xml b/test/relaxng/tutor3_5_1.xml
deleted file mode 100644
index a457220..0000000
--- a/test/relaxng/tutor3_5_1.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<addressBook>
-<card name="John Smith" email="js@example.com"/>
-<card email="js@example.com" name="John Smith"/>
-<card email="js@example.com"><name>John Smith</name></card>
-<card name="John Smith"><email>js@example.com</email></card>
-<card><name>John Smith</name><email>js@example.com</email></card>
-</addressBook>