0

I have a open office document. I want to get its xml. (Not save as word 2003 xml). I want to build up a xml from that. Does anybody know? (probably by making the zip from it?)(I have Windows.)

Setinger
  • 169
  • 3
  • 11

1 Answers1

0

not sure exactly what you are trying to achieve but the basic OpenOffice files are simply a set of zipped XML files. If you change the file extention from odt (for a Write document) to .zip then you can easily unzip the structure and display all the separate files. For example using a Write document the main file is content.xml although there are lots of other files that hold additional information such as styles. Hope that is Helpful

Jezza
  • 31
  • 2