summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/namespaces/errata-1e/NE13a.xml
blob: b3a3a6b544d1df857fb6816a454275247da0e84e (plain)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<!-- The xml 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/XML/1998/namespace"/>