equal
deleted
inserted
replaced
|
1 StartDocument( documentVersion="1.0" ) |
|
2 Comment( text=" Namespace name test: a syntactically plausible URI with a |
|
3 fictitious scheme " ) |
|
4 DTD( text=" |
|
5 <!DOCTYPE foo [ |
|
6 <!ELEMENT foo ANY> |
|
7 <!ATTLIST foo xmlns CDATA #IMPLIED> |
|
8 ]>" dtdName="foo" ) |
|
9 StartElement( name="foo" namespaceUri="zarquon://example.org/namespace" qualifiedName="foo" |
|
10 NamespaceDeclaration( namespaceUri="zarquon://example.org/namespace" ) |
|
11 ) |
|
12 EndElement( name="foo" namespaceUri="zarquon://example.org/namespace" qualifiedName="foo" ) |
|
13 EndDocument( ) |