Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
23 lines
893 B
Plaintext
23 lines
893 B
Plaintext
StartDocument( )
|
|
DTD( text="<!DOCTYPE footype [
|
|
<!ATTLIST foo xmlns CDATA #FIXED "http://qt.nokia.com">
|
|
<!ATTLIST pre:bar xmlns:pre CDATA #FIXED "http://qt.nokia.com">
|
|
]>" dtdName="footype" )
|
|
StartElement( name="body" qualifiedName="body" )
|
|
Characters( whitespace text="
|
|
" )
|
|
StartElement( name="foo" namespaceUri="http://qt.nokia.com" qualifiedName="foo"
|
|
NamespaceDeclaration( namespaceUri="http://qt.nokia.com" )
|
|
)
|
|
EndElement( name="foo" namespaceUri="http://qt.nokia.com" qualifiedName="foo" )
|
|
Characters( whitespace text="
|
|
" )
|
|
StartElement( name="bar" namespaceUri="http://qt.nokia.com" qualifiedName="pre:bar" prefix="pre"
|
|
NamespaceDeclaration( prefix="pre" namespaceUri="http://qt.nokia.com" )
|
|
)
|
|
EndElement( name="bar" namespaceUri="http://qt.nokia.com" qualifiedName="pre:bar" )
|
|
Characters( whitespace text="
|
|
" )
|
|
EndElement( name="body" qualifiedName="body" )
|
|
EndDocument( )
|