summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/eduni/namespaces/errata-1e/NE13b.xml
blob: b483caf6a66d2f6f716a396150822ed789c56333 (plain)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<!-- The xmlns namespace must not be declared as the default namespace. -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo xmlns CDATA #IMPLIED>
]>
<foo xmlns="http://www.w3.org/2000/xmlns/"/>