tests/auto/qxmlstream/data/046.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:10:48 +0300
changeset 30 5dc02b23752f
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

<?xml version="1.0"?>
<!-- Colon in ID attribute name -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo id  ID #IMPLIED
              ref IDREF #IMPLIED>
]>
<foo ref="a:b">
 <foo id="a:b"/>
</foo>