author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
StartDocument( documentVersion="1.0" ) Comment( text=" Namespace name test: a same-document relative URI (deprecated) " ) DTD( text=" <!DOCTYPE foo [ <!ELEMENT foo ANY> <!ATTLIST foo xmlns CDATA #IMPLIED> ]>" dtdName="foo" ) StartElement( name="foo" namespaceUri="#beeblebrox" qualifiedName="foo" NamespaceDeclaration( namespaceUri="#beeblebrox" ) ) EndElement( name="foo" namespaceUri="#beeblebrox" qualifiedName="foo" ) EndDocument( )