summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/xml-1.1/031.xml
blob: 80510b8dd0ce5baac7b3dee75788f0511ce0ddd5 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.1" encoding="iso-8859-1"?>
<!-- Has a NEL 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"/>