tests/auto/qxmlstream/data/045.ref
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 StartDocument( documentVersion="1.0" )
       
     2 Comment( text=" Colon in ID attribute name " )
       
     3 DTD( text="
       
     4 <!DOCTYPE foo [
       
     5 <!ELEMENT foo ANY>
       
     6 <!ATTLIST foo id ID #REQUIRED>
       
     7 ]>" dtdName="foo" )
       
     8 StartElement( name="foo" qualifiedName="foo"
       
     9     Attribute( name="id" qualifiedName="id" value="a:b" )
       
    10  )
       
    11 EndElement( name="foo" qualifiedName="foo" )
       
    12 EndDocument( )