convrtr
Start converting

FORMAT ANALYSIS // DOCUMENT

SDW vs SXW: StarWriter Compound Binary vs OpenOffice XML Archive

Compare StarOffice StarWriter 5.x (.sdw) OLE 2.0 compound documents with OpenOffice.org 1.x (.sxw) XML ZIP archives.

EXECUTIVE SUMMARY

SDW is the vintage proprietary OLE 2.0 compound document format used by StarWriter and StarOffice 3.x–5.x. SXW was the pioneering open XML format introduced in OpenOffice.org 1.x, which later evolved into the OASIS OpenDocument Standard (ODT).

TECHNICAL SPECIFICATIONS COMPARISON

FEATURESDWSXW
Container ArchitectureOLE 2.0 Compound File Binary (CFB)PKZIP (.zip) Compressed Package
Content RepresentationBinary stream records with length prefixesSun XML Writer schema (content.xml)
Metadata StandardOLE Property Set Streams (VT_LPSTR / VT_I4)Dublin Core XML elements (<dc:title>, etc.)
StandardizationProprietary Star Division / Sun MicrosystemsOpenOffice.org open XML (pre-ODF standard)
Modern Reader SupportVery rare; deprecated in modern LibreOfficeSupported in LibreOffice, Calibre, and converters

WHY CHOOSE SDW

  • Compact binary serialization with embedded OLE stream tables
  • Direct compatibility with StarOffice 5.x productivity suites
  • Contains structured Microsoft OLE property sets (SummaryInformation)
  • Historical archive format of European corporate and government documents

WHY CHOOSE SXW

  • Open human-readable XML schemas inside standard ZIP packaging
  • Direct ancestor and bridge to modern ISO/IEC 26300 OpenDocument Text (ODT)
  • Easier programmatic recovery without specialized OLE FAT decoders
  • Clean separation of content.xml, styles.xml, and meta.xml

ARCHITECTURAL VERDICT

SXW paved the way for modern open office formats, while SDW represents an older generation of OLE compound documents. convrtr extracts text, lists, and metadata from both formats into clean GitHub Flavored Markdown locally with zero privacy leakage.

DIRECT IN-BROWSER CONVERTERS

[ BROWSER WORKFLOW // RIGHT-CLICK CONVERSION ]

CHROME WEB STORE · LIVE

Converting files between SDW and SXW frequently? The convrtr Chrome Extension lets you right-click any image on any webpage or open the Side Panel to convert assets instantly using local WebAssembly with zero server uploads.