It is all nice, but OOo can't seem to open the resulting file. Here are the directory structure in the file, if I save a file from the Live service, and OOo as docx:
MS Office Live:
Code:
doc
├── [Content_Types].xml
├── docProps
│** ├── app.xml
│** ├── core.xml
│** └── thumbnail.jpeg
├── _rels
└── word
├── document.xml
├── fontTable.xml
├── numbering.xml
├── _rels
│** └── document.xml.rels
├── settings.xml
├── stylesWithEffects.xml
├── styles.xml
├── theme
│** └── theme1.xml
└── webSettings.xml
From OpenOffice:
Code:
doc2
├── Configurations2
│** ├── accelerator
│** │** └── current.xml
│** ├── floater
│** ├── images
│** │** └── Bitmaps
│** ├── menubar
│** ├── popupmenu
│** ├── progressbar
│** ├── statusbar
│** └── toolbar
├── content.xml
├── META-INF
│** └── manifest.xml
├── meta.xml
├── mimetype
├── settings.xml
├── styles.xml
└── Thumbnails
└── thumbnail.png
How can the spec be interpreted so differently?