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.)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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