diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id09.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id09.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id09.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id09.xml new file mode 100644 index 0000000..3f096b4 --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id09.xml @@ -0,0 +1,17 @@ +<!DOCTYPE root [ + <!ELEMENT root ANY> + <!ATTLIST root + id ID #IMPLIED + idref IDREF #IMPLIED + idrefs IDREFS #IMPLIED + > +]> + +<!-- each name must match the value of an id attribute on some element --> + +<root idrefs="d36 ee38"> + <root id="d36"/> +</root> + + + |