summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/xml-1.1/032.xml
blob: 04e807655a95f688207d77ed59748f4bf0eac43b (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<!-- 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"/>