diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id07.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id07.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id07.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id07.xml new file mode 100644 index 0000000..959cec6 --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id07.xml @@ -0,0 +1,16 @@ +<!DOCTYPE root [ + <!ELEMENT root ANY> + <!ATTLIST root + id ID #IMPLIED + idref IDREF #IMPLIED + idrefs IDREFS #IMPLIED + > +]> + +<!-- Values of type IDREFS must match the names production --> + +<root idrefs="d36 36d"> +</root> + + + |