summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/xml-1.1/052.xml
blob: 1a544dd26d2f01d6429c593f91dd21379be786df (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Has element content whitespace containing a NEL character that comes from
     a character reference in an internal entity.  Because NEL is not in the
     S production (even though real NELs are converted to LF on input),
     this is invalid in both XML 1.0 and 1.1. -->
<!DOCTYPE foo [
<!ELEMENT foo (foo*)>
<!ENTITY e "abc&#x85;def">
]>
<foo>&e;</foo>