tests/auto/qxmlstream/XML-Test-Suite/xmlconf/oasis/p11pass1.xml
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:41:55 +0100
branchGCC_SURGE
changeset 31 5daf16870df6
parent 0 1918ee327afb
child 7 f7bc934e204c
permissions -rw-r--r--
Catchup to latest Symbian^4

<!--Inability to resolve a notation should not be reported as an error-->
<!DOCTYPE doc
[
<!ELEMENT doc EMPTY>
<!NOTATION not1 SYSTEM "a%a&b&#0<!ELEMENT<!--<?</>?>/\''">
<!NOTATION not2 SYSTEM 'a
	b"""'>
<!NOTATION not3 SYSTEM "">
<!NOTATION not4 SYSTEM ''>
]>
<doc/>