diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/not-sa01.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/not-sa01.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/not-sa01.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/not-sa01.xml new file mode 100644 index 0000000..536cb4b --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/not-sa01.xml @@ -0,0 +1,10 @@ +<?xml version='1.0' standalone='no'?> + +<!DOCTYPE root SYSTEM "sa.dtd"> + +<root> + <child> + The whitespace before and after this element keeps + this from being standalone. + </child> +</root> |