author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 22 Apr 2010 16:15:11 +0300 | |
branch | RCL_3 |
changeset 14 | 8c4229025c0b |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
StartDocument( documentVersion="1.0" ) |
2 |
Comment( text=" Namespace name test: a 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="namespaces/zaphod" qualifiedName="foo" |
|
9 |
NamespaceDeclaration( namespaceUri="namespaces/zaphod" ) |
|
10 |
) |
|
11 |
EndElement( name="foo" namespaceUri="namespaces/zaphod" qualifiedName="foo" ) |
|
12 |
EndDocument( ) |