summaryrefslogtreecommitdiff
path: root/test/VCM/v22.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/VCM/v22.xml')
-rw-r--r--test/VCM/v22.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/VCM/v22.xml b/test/VCM/v22.xml
new file mode 100644
index 0000000..d0376f7
--- /dev/null
+++ b/test/VCM/v22.xml
@@ -0,0 +1,15 @@
+<!DOCTYPE doc [
+<!ELEMENT doc (a, b, c, b, c, d) >
+<!ELEMENT a EMPTY>
+<!ELEMENT b EMPTY>
+<!ELEMENT c EMPTY>
+<!ELEMENT d EMPTY>
+<!ENTITY c "<c/>">
+<!ENTITY bc "<b/>&c;">
+]>
+<doc>
+<a/>
+&bc;
+&bc;
+<d/>
+</doc>