author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 03 May 2010 13:17:34 +0300 | |
changeset 19 | fcece45ef507 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
StartDocument( documentVersion="1.0" ) |
2 |
Comment( text=" Namespace name test: a perfectly good http URI " ) |
|
3 |
DTD( text=" |
|
4 |
<!DOCTYPE foo [ |
|
5 |
<!ELEMENT foo ANY> |
|
6 |
<!ATTLIST foo xmlns CDATA #IMPLIED> |
|
7 |
]>" dtdName="foo" ) |
|
8 |
StartElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="foo" |
|
9 |
NamespaceDeclaration( namespaceUri="http://example.org/namespace" ) |
|
10 |
) |
|
11 |
EndElement( name="foo" namespaceUri="http://example.org/namespace" qualifiedName="foo" ) |
|
12 |
EndDocument( ) |