node-webodf
Version:
WebODF - JavaScript Document Engine http://webodf.org/
18 lines (17 loc) • 706 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:body>
<office:text>
<text:p>
<text:conditional-text text:condition="test"
text:string-value-if-true="a"
text:string-value-if-false="" />
03
</text:p>
</office:text>
</office:body>
</office:document>