Files
loongoffice/sax/qa/data/multiplepfx.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

10 lines
475 B
XML

<?xml version="1.0" ?>
<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0">
<office:body>
<office:text>
<text:p xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" text:style-name="Title">Test Document </text:p>
<note:p xmlns:note="urn:oasis:names:tc:opendocument:xmlns:text:1.0" note:style-name="Heading">For testing purposes only</note:p>
</office:text>
</office:body>
</office:document>