user270066
user270066

Reputation: 39

Writing MS Word 2007 XML

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?

Upvotes: 0

Views: 451

Answers (3)

JasonPlutext
JasonPlutext

Reputation: 15863

docx4j

Upvotes: 2

Todd Main
Todd Main

Reputation: 29153

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

Upvotes: 0

Dolph
Dolph

Reputation: 50650

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.

Upvotes: 1

Related Questions