diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/root.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/root.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/root.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/root.xml new file mode 100644 index 0000000..6089657 --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/root.xml @@ -0,0 +1,7 @@ +<?xml version='1.0' standalone='yes'?> + +<!DOCTYPE attributes SYSTEM "../valid/sa.dtd"> + +<!-- the name in the dtd must match the element type of the root element --> + +<root/> |