0
|
1 |
StartDocument( documentVersion="1.0" documentEncoding="ISO-8859-1" )
|
|
2 |
StartElement( name="bookstore" qualifiedName="bookstore" )
|
|
3 |
Characters( whitespace text="
|
|
4 |
" )
|
|
5 |
StartElement( name="title" qualifiedName="title"
|
|
6 |
Attribute( name="lang" qualifiedName="lang" value="en" )
|
|
7 |
)
|
|
8 |
Characters( text="Everyday Italian" )
|
|
9 |
EndElement( name="title" qualifiedName="title" )
|
|
10 |
Characters( whitespace text="
|
|
11 |
" )
|
|
12 |
StartElement( name="author" qualifiedName="author" )
|
|
13 |
Characters( text="Giada De Laurentiis" )
|
|
14 |
EndElement( name="author" qualifiedName="author" )
|
|
15 |
Characters( whitespace text="
|
|
16 |
" )
|
|
17 |
EndElement( name="bookstore" qualifiedName="bookstore" )
|
|
18 |
EndDocument( )
|