summaryrefslogtreecommitdiffstats
path: root/libxml2/test/relaxng/tutor11_1_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/relaxng/tutor11_1_1.xml')
-rw-r--r--libxml2/test/relaxng/tutor11_1_1.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/libxml2/test/relaxng/tutor11_1_1.xml b/libxml2/test/relaxng/tutor11_1_1.xml
deleted file mode 100644
index 2511af1..0000000
--- a/libxml2/test/relaxng/tutor11_1_1.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<grammar xmlns="http://relaxng.org/ns/structure/1.0">
-
- <start>
- <ref name="anyElement"/>
- </start>
-
- <define name="anyElement">
- <element>
- <anyName/>
- <zeroOrMore>
- <choice>
- <attribute>
- <anyName/>
- </attribute>
- <text/>
- <ref name="anyElement"/>
- </choice>
- </zeroOrMore>
- </element>
- </define>
-
-</grammar>