node-webodf
Version:
WebODF - JavaScript Document Engine http://webodf.org/
18 lines (17 loc) • 764 B
text/xml
<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
office:version="1.2"
office:mimetype="application/vnd.oasis.opendocument.text">
<office:styles>
<style:style style:name="Formula" style:family="text"/>
<text:outline-style style:name="Outline">
<text:outline-level-style text:level="1"/>
</text:outline-style>
<text:list-style style:name="Numbering_20_1"/>
</office:styles>
<office:body>
<office:text/>
</office:body>
</office:document>