equal
deleted
inserted
replaced
|
1 StartDocument( documentVersion="1.0" ) |
|
2 Comment( text=" Attribute uniqueness: prefixed and unprefixed attributes with same |
|
3 local name, with default namespace and element in default namespace " ) |
|
4 StartElement( name="foo" namespaceUri="http://example.org/~wilbur" qualifiedName="foo" |
|
5 NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/~wilbur" ) |
|
6 |
|
7 NamespaceDeclaration( namespaceUri="http://example.org/~wilbur" ) |
|
8 ) |
|
9 Characters( whitespace text=" |
|
10 |
|
11 " ) |
|
12 StartElement( name="bar" namespaceUri="http://example.org/~wilbur" qualifiedName="bar" |
|
13 Attribute( name="attr" namespaceUri="http://example.org/~wilbur" qualifiedName="a:attr" prefix="a" value="1" ) |
|
14 |
|
15 Attribute( name="attr" qualifiedName="attr" value="2" ) |
|
16 ) |
|
17 EndElement( name="bar" namespaceUri="http://example.org/~wilbur" qualifiedName="bar" ) |
|
18 Characters( whitespace text=" |
|
19 |
|
20 " ) |
|
21 EndElement( name="foo" namespaceUri="http://example.org/~wilbur" qualifiedName="foo" ) |
|
22 EndDocument( ) |