OpenOffice.org XML
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Document |extensions={{ext|sxw}}, {{ext|stw}}, {{ext|sxc}}, {{ext|stc}}, {{ext|sxd}}, {{ext|std}}, {{ext|sxi}}, {{ext|sti}}, {{ext|...") |
(Added sample files) |
||
(4 intermediate revisions by one user not shown) | |||
Line 6: | Line 6: | ||
'''OpenOffice.org XML''' is a family of [[XML]]-based file formats associated with the OpenOffice.org office suite, and related office suites. It is not to be confused with [[Office Open XML]]. | '''OpenOffice.org XML''' is a family of [[XML]]-based file formats associated with the OpenOffice.org office suite, and related office suites. It is not to be confused with [[Office Open XML]]. | ||
− | It is the successor to the | + | It is the successor to the [[StarOffice binary formats]]. It is the predecessor of [[OpenDocument]]. |
== Formats == | == Formats == | ||
Line 24: | Line 24: | ||
|{{mimetype|application/vnd.sun.xml.writer.template}} | |{{mimetype|application/vnd.sun.xml.writer.template}} | ||
|.stw | |.stw | ||
+ | | | ||
+ | |- | ||
+ | |Master document | ||
+ | |[[SXG (OpenOffice.org XML)|SXG]] | ||
+ | |{{mimetype|application/vnd.sun.xml.writer.global}} | ||
+ | |.sxg | ||
| | | | ||
|- | |- | ||
Line 60: | Line 66: | ||
|{{mimetype|application/vnd.sun.xml.math}} | |{{mimetype|application/vnd.sun.xml.math}} | ||
|.sxm | |.sxm | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| | | | ||
|} | |} | ||
Line 71: | Line 71: | ||
== Identification == | == Identification == | ||
Files most likely have "{{magic|application/vnd.sun.xml.}}" at offset 38. | Files most likely have "{{magic|application/vnd.sun.xml.}}" at offset 38. | ||
+ | |||
+ | == Software == | ||
+ | * [https://www.libreoffice.org/ LibreOffice] | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/document/openOfficeWriter/ | ||
== Links == | == Links == |
Revision as of 15:55, 5 October 2022
OpenOffice.org XML is a family of XML-based file formats associated with the OpenOffice.org office suite, and related office suites. It is not to be confused with Office Open XML.
It is the successor to the StarOffice binary formats. It is the predecessor of OpenDocument.
Contents[hide] |
Formats
Component and formats | MIME type | Ext. | PRONOM | |
---|---|---|---|---|
Writer (word processing) | SXW | application/vnd.sun.xml.writer | .sxw | fmt/128 |
STW | application/vnd.sun.xml.writer.template | .stw | ||
Master document | SXG | application/vnd.sun.xml.writer.global | .sxg | |
Calc (spreadsheet) | SXC | application/vnd.sun.xml.calc | .sxc | fmt/129 |
application/vnd.sun.xml.calc.template | .stc | |||
Draw (vector graphics) | SXD | application/vnd.sun.xml.draw | .sxd | fmt/127 |
application/vnd.sun.xml.draw.template | .std | |||
Impress (presentation) | SXI | application/vnd.sun.xml.impress | .sxi | fmt/130 |
application/vnd.sun.xml.impress.template | .sti | |||
Math (formula) | SXM | application/vnd.sun.xml.math | .sxm |
Identification
Files most likely have "application/vnd.sun.xml.
" at offset 38.
Software
Sample files
Links
Categories:
- File Formats
- Electronic File Formats
- Document
- File formats with extension .sxw
- File formats with extension .stw
- File formats with extension .sxc
- File formats with extension .stc
- File formats with extension .sxd
- File formats with extension .std
- File formats with extension .sxi
- File formats with extension .sti
- File formats with extension .sxm
- File formats with extension .sxg
- XML based file formats
- ZIP based file formats
- Sun