summaryrefslogtreecommitdiffstats
path: root/test/VCM/v20.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/VCM/v20.xml')
-rw-r--r--test/VCM/v20.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/VCM/v20.xml b/test/VCM/v20.xml
new file mode 100644
index 0000000..a9b0529
--- /dev/null
+++ b/test/VCM/v20.xml
@@ -0,0 +1,10 @@
+<!DOCTYPE doc [
+<!ELEMENT doc ((a | b)*, c, b) >
+<!ELEMENT a EMPTY>
+<!ELEMENT b EMPTY>
+<!ELEMENT c EMPTY>
+]>
+<doc>
+<c/>
+<b/>
+</doc>