You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kword/oowriter/README

10 lines
250 B

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