diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/out/not-sa03.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/out/not-sa03.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/out/not-sa03.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/out/not-sa03.xml new file mode 100644 index 0000000..4eba2aa --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/out/not-sa03.xml @@ -0,0 +1,6 @@ +<!DOCTYPE attributes [ +<!NOTATION bar SYSTEM 'file:/dev/tty'> +<!NOTATION foo PUBLIC '-//public id//foo' 'file:/dev/null'> +<!NOTATION nonce SYSTEM 'file:/dev/null'> +]> +<attributes cdata="nothing happens to this one!" entities="unparsed-1 unparsed-2" entity="unparsed-1" id="internal42" idref="internal42" idrefs="internal42 internal42 internal42" nmtoken="this-gets-normalized" nmtokens="this also gets normalized" notation="foo" token="b"></attributes>
\ No newline at end of file |