Files
loongoffice/sax/qa/data/simple.xml
Mohammed Abdul Azeem 8128d59722 sax2/ unit tests.
Test xml files are added, string is built for each file
and namespaces are handled.

Change-Id: I0ab799ca5c9de7311ccca2a6033a96e02598064f
Reviewed-on: https://gerrit.libreoffice.org/25468
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-05-28 09:46:52 +00:00

11 lines
238 B
XML

<?xml version="1.0" ?>
<TVActors>
<Actor>
<Name>Bryan Cranston</Name>
<Show>Breaking Bad</Show>
</Actor>
<Actor>
<Name>Peter Dinklage</Name>
<Show>Game of Thrones</Show>
</Actor>
</TVActors>