author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 10:37:55 +0300 (2010-08-18) | |
changeset 33 | 3e2da88830cd |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
StartDocument( documentVersion="1.0" ) |
2 |
Comment( text=" Simple legal case: prefixed attribute " ) |
|
3 |
StartElement( name="foo" qualifiedName="foo" |
|
4 |
Attribute( name="attr" namespaceUri="http://example.org/namespace" qualifiedName="a:attr" prefix="a" value="1" ) |
|
5 |
||
6 |
NamespaceDeclaration( prefix="a" namespaceUri="http://example.org/namespace" ) |
|
7 |
) |
|
8 |
EndElement( name="foo" qualifiedName="foo" ) |
|
9 |
EndDocument( ) |