0
|
1 |
StartDocument( documentVersion="1.0" )
|
|
2 |
Comment( text=" Simple legal case: prefix rebinding " )
|
|
3 |
StartElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="a:foo" prefix="a"
|
|
4 |
NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/namespace" )
|
|
5 |
)
|
|
6 |
Characters( whitespace text="
|
|
7 |
" )
|
|
8 |
StartElement( name="foo" namespaceUri="http://example.org/other-namespace" qualifiedName="a:foo" prefix="a"
|
|
9 |
NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/other-namespace" )
|
|
10 |
)
|
|
11 |
EndElement( name="foo" namespaceUri="http://example.org/other-namespace" qualifiedName="a:foo" )
|
|
12 |
Characters( whitespace text="
|
|
13 |
" )
|
|
14 |
EndElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="a:foo" )
|
|
15 |
EndDocument( )
|