diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr12.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr12.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr12.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr12.xml new file mode 100644 index 0000000..67b83f9 --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr12.xml @@ -0,0 +1,15 @@ +<!DOCTYPE references [
+
+<!ELEMENT references EMPTY>
+<!ATTLIST references
+ value ENTITIES "brittannica 2orldbook"
+ >
+ <!-- tests the "attribute default legal" vc -->
+
+<!NOTATION encyclopaedia PUBLIC "-//fooCorp Inc//NOTATION something//EN">
+<!ENTITY brittannica SYSTEM "http://www.eb.com/" NDATA encyclopaedia>
+<!ENTITY worldbook SYSTEM "http://www.worldbook.com">
+
+]>
+
+<references value="brittannica"/>
|