Alessandro Bonazzi 8c43d5cf2f Patch level : 12.00
Files correlati     : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe

Bug                 :

Commento:
Merge 1.0 libraries
2025-04-06 00:42:21 +02:00

22 lines
788 B
Plaintext

StartDocument( documentVersion="1.0" )
Comment( text=" Attribute uniqueness: different attributes with same local name " )
StartElement( name="foo" qualifiedName="foo"
NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/~wilbur" )
NamespaceDeclaration( prefix="b" namespaceUri="http://example.org/~kipper" )
)
Characters( whitespace text="
" )
StartElement( name="bar" qualifiedName="bar"
Attribute( name="attr" namespaceUri="http://example.org/~wilbur" qualifiedName="a:attr" prefix="a" value="1" )
Attribute( name="attr" namespaceUri="http://example.org/~kipper" qualifiedName="b:attr" prefix="b" value="2" )
)
EndElement( name="bar" qualifiedName="bar" )
Characters( whitespace text="
" )
EndElement( name="foo" qualifiedName="foo" )
EndDocument( )