diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/books.ref')
-rw-r--r-- | tests/auto/qxmlstream/data/books.ref | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/books.ref b/tests/auto/qxmlstream/data/books.ref new file mode 100644 index 0000000..23a6616 --- /dev/null +++ b/tests/auto/qxmlstream/data/books.ref @@ -0,0 +1,18 @@ +StartDocument( documentVersion="1.0" documentEncoding="ISO-8859-1" ) +StartElement( name="bookstore" qualifiedName="bookstore" ) +Characters( whitespace text=" + " ) +StartElement( name="title" qualifiedName="title" + Attribute( name="lang" qualifiedName="lang" value="en" ) + ) +Characters( text="Everyday Italian" ) +EndElement( name="title" qualifiedName="title" ) +Characters( whitespace text=" + " ) +StartElement( name="author" qualifiedName="author" ) +Characters( text="Giada De Laurentiis" ) +EndElement( name="author" qualifiedName="author" ) +Characters( whitespace text=" +" ) +EndElement( name="bookstore" qualifiedName="bookstore" ) +EndDocument( ) |