Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
28 lines
956 B
Plaintext
28 lines
956 B
Plaintext
StartDocument( documentVersion="1.0" )
|
|
Comment( text=" Namespace equality test: plain repetition " )
|
|
DTD( text="
|
|
<!DOCTYPE foo [
|
|
<!ELEMENT foo ANY>
|
|
<!ATTLIST foo xmlns:a CDATA #IMPLIED
|
|
xmlns:b CDATA #IMPLIED
|
|
xmlns:c CDATA #IMPLIED>
|
|
<!ELEMENT bar ANY>
|
|
<!ATTLIST bar a:attr CDATA #IMPLIED
|
|
b:attr CDATA #IMPLIED
|
|
c:attr CDATA #IMPLIED>
|
|
]>" dtdName="foo" )
|
|
StartElement( name="foo" qualifiedName="foo"
|
|
NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/~wilbur" )
|
|
|
|
NamespaceDeclaration( prefix="b" namespaceUri="http://example.org/~wilbur" )
|
|
)
|
|
Characters( whitespace text="
|
|
|
|
" )
|
|
Invalid( 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/~wilbur" qualifiedName="b:attr" prefix="b" value="2" )
|
|
)
|
|
ERROR: Attribute redefined.
|