Skip to content

Instantly share code, notes, and snippets.

@toshe
Created March 8, 2015 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshe/ade5338194735b656efa to your computer and use it in GitHub Desktop.
Save toshe/ade5338194735b656efa to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<office:document-content office:version="1.2"
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:
xmlns:calcext:1.0"
xmlns:chart="urn:oasis:names:tc:opendocument:
xmlns:chart:1.0"
xmlns:css3t="http://www.w3.org/TR/css3-text/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dom="http://www.w3.org/2001/xml-events"
xmlns:dr3d="urn:oasis:names:tc:opendocument:
xmlns:dr3d:1.0"
xmlns:draw="urn:oasis:names:tc:opendocument:
xmlns:drawing:1.0"
xmlns:drawooo="http://openoffice.org/2010/draw"
xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:
xmlns:field:1.0"
xmlns:fo="urn:oasis:names:tc:opendocument:
xmlns:xsl-fo-compatible:1.0"
xmlns:form="urn:oasis:names:tc:opendocument:
xmlns:form:1.0"
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:
xmlns:form:1.0"
xmlns:grddl="http://www.w3.org/2003/g/data-view#"
xmlns:loext="urn:org:documentfoundation:names:experimental:office:
xmlns:loext:1.0"
xmlns:math="http://www.w3.org/1998/Math/MathML"
xmlns:meta="urn:oasis:names:tc:opendocument:
xmlns:meta:1.0"
xmlns:number="urn:oasis:names:tc:opendocument:
xmlns:datastyle:1.0"
xmlns:of="urn:oasis:names:tc:opendocument:
xmlns:of:1.2"
xmlns:office="urn:oasis:names:tc:opendocument:
xmlns:office:1.0"
xmlns:officeooo="http://openoffice.org/2009/office"
xmlns:ooo="http://openoffice.org/2004/office"
xmlns:oooc="http://openoffice.org/2004/calc"
xmlns:ooow="http://openoffice.org/2004/writer"
xmlns:rpt="http://openoffice.org/2005/report"
xmlns:script="urn:oasis:names:tc:opendocument:
xmlns:script:1.0"
xmlns:style="urn:oasis:names:tc:opendocument:
xmlns:style:1.0"
xmlns:svg="urn:oasis:names:tc:opendocument:
xmlns:svg-compatible:1.0"
xmlns:table="urn:oasis:names:tc:opendocument:
xmlns:table:1.0"
xmlns:tableooo="http://openoffice.org/2009/table"
xmlns:text="urn:oasis:names:tc:opendocument:
xmlns:text:1.0"
xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<office:scripts
xmlns:office="urn:oasis:names:tc:opendocument:
xmlns:office:1.0"/>
<office:font-face-decls
xmlns:office="urn:oasis:names:tc:opendocument:
xmlns:office:1.0">
<style:font-face style:name="Mangal1" svg:font-family="Mangal"/>
<style:font-face style:font-family-generic="roman" style:font-pitch="variable" style:name="Liberation Serif" svg:font-family="'Liberation Serif'"/>
<style:font-face style:font-family-generic="swiss" style:font-pitch="variable" style:name="Liberation Sans" svg:font-family="'Liberation Sans'"/>
<style:font-face style:font-family-generic="system" style:font-pitch="variable" style:name="Mangal" svg:font-family="Mangal"/>
<style:font-face style:font-family-generic="system" style:font-pitch="variable" style:name="Microsoft YaHei" svg:font-family="'Microsoft YaHei'"/>
<style:font-face style:font-family-generic="system" style:font-pitch="variable" style:name="SimSun" svg:font-family="SimSun"/>
</office:font-face-decls>
<office:automatic-styles
xmlns:office="urn:oasis:names:tc:opendocument:
xmlns:office:1.0">
<style:style style:family="paragraph" style:name="P1" style:parent-style-name="Standard">
<style:text-properties officeooo:paragraph-rsid="001001df" officeooo:rsid="001001df"/>
</style:style>
<style:style style:family="section" style:name="Sect1">
<style:section-properties style:editable="false">
<style:columns fo:column-count="1" fo:column-gap="0cm"/>
</style:section-properties>
</style:style>
</office:automatic-styles>
<office:body
xmlns:office="urn:oasis:names:tc:opendocument:
xmlns:office:1.0">
<office:text
xmlns:office="urn:oasis:names:tc:opendocument:
xmlns:office:1.0">
<text:sequence-decls
xmlns:text="urn:oasis:names:tc:opendocument:
xmlns:text:1.0">
<text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
<text:sequence-decl text:display-outline-level="0" text:name="Table"/>
<text:sequence-decl text:display-outline-level="0" text:name="Text"/>
<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
</text:sequence-decls>
<text:p text:style-name="P1">Some text!</text:p>
<text:p text:style-name="P1"/>
<text:section text:name="Section1" text:style-name="Sect1">
<text:p text:style-name="P1">[TEXT_INSIDE_SECTION]</text:p>
</text:section>
<text:p text:style-name="P1"/>
</office:text>
</office:body>
</office:document-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment