OpenDocument (ODT)


OpenDocument (ODT) is an open, paper-oriented document encoding format submitted to ISO for standardization under ISO 26300. ODT is essentially the open source answer to Microsoft Word’s format, and the default format used by both LibreOffice Writer and Apache OpenOffice Writer. It’s also been supported by Microsoft Word itself for over a decade.

An ODT file consists of a zip file which contains the text document encoded in XML and embedded resources as separate files.

Example

The above file represents a snippet taken from content.xml, assuming the below directory structure:

META-INF
META-INF/manifest.xml
content.xml
manifest.rdf
mimetype
meta.xml
styles.xml

The example has been generated using Pandoc from the markdown version.


© 2022-2024 Ernesto Garbarino | Contact me at ernesto@garba.org