changeset 0 | 1918ee327afb |
-1:000000000000 | 0:1918ee327afb |
---|---|
1 StartDocument( documentVersion="1.0" ) |
|
2 Comment( text=" Namespace name test: a same-document relative URI (deprecated) " ) |
|
3 DTD( text=" |
|
4 <!DOCTYPE foo [ |
|
5 <!ELEMENT foo ANY> |
|
6 <!ATTLIST foo xmlns CDATA #IMPLIED> |
|
7 ]>" dtdName="foo" ) |
|
8 StartElement( name="foo" namespaceUri="#beeblebrox" qualifiedName="foo" |
|
9 NamespaceDeclaration( namespaceUri="#beeblebrox" ) |
|
10 ) |
|
11 EndElement( name="foo" namespaceUri="#beeblebrox" qualifiedName="foo" ) |
|
12 EndDocument( ) |