summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/eduni/xml-1.1/033.xml
blob: 1b86446d13f3dc3884d7e3ad04c84c0299503660 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.1"?>
<!-- Has an LSEP character in an NMTOKENS attribute; well-formed in both
     XML 1.0 and 1.1, but valid only in 1.1 -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo bar NMTOKENS #IMPLIED>
]>
<foo bar="abc
def"/>