How would I write Word 2007 XML (WordProcessingML) on my own? I have a requirement to do so, where I need to write a Word 2007 XML format for a Word template. The important thing is I should convert a Word template doc to XML (by zipping it, etc), where I need to write Word 2007 XML with those respective tags. How can I do this?

link|improve this question
@user270066: just wanted to follow up to see if the below answers your question. – Otaku Feb 18 '11 at 20:05
feedback

3 Answers

docx4j

link|improve this answer
feedback

I'm not sure what you mean by "on your own," but there is an existing API for this:

Apache POI - the Java API for Microsoft Documents

If it doesn't do what you need it to, just extend it.

link|improve this answer
feedback

Go to OpenXMLDeveloper - you can get most of the information there on WordprocessingML and links out to other places.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.