blob: a8cc38cf0e4bafddfa67ac28f2aab5613c27f907 (
plain)
1
2
3
4
5
6
7
8
9
|
This is the OOWriter import filter.
Format documentation:
http://xml.openoffice.org/general.html
Tip for reading OO files: after unzipping them, run this script:
for i in *.xml; do
xmllint --format $i -o xmllint.out && mv -f xmllint.out $i
done
|