blob: b7686cad5f6997297957a747ee5ebd5b42b1faf0 (
plain)
1
2
3
4
5
6
7
8
9
|
<?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>
|