Do you know the way to convert Microsoft word document to XML?
agamarjo
-
Microsoft word to XML (5 messages)
- Posted by: Liz Yeo
- Posted on: July 31 2002 07:38 EDT
Threaded Messages (5)
- Microsoft word to XML by sumev kohli on July 31 2002 23:19 EDT
- Microsoft word to XML by Liz Yeo on August 01 2002 04:58 EDT
- Microsoft word to XML by John Sietsma on August 01 2002 11:41 EDT
- Microsoft word to XML by Liz Yeo on August 01 2002 04:58 EDT
- Microsoft word to XML by L Stitz on August 02 2002 03:25 EDT
- Microsoft word to XML by Dave Hewitt on August 02 2002 15:45 EDT
-
Microsoft word to XML[ Go to top ]
- Posted by: sumev kohli
- Posted on: July 31 2002 23:19 EDT
- in response to Liz Yeo
1.> I guess you want to have content in xml (not style) - can try with microsoft vb (alt + F11) & msxml parser. need to define xml schema based on document structure.
2.> Convert word into rtf document (save as)- and parse it.
3.> Convert word into HTML (save as)- and parse it (xmlc) -
Microsoft word to XML[ Go to top ]
- Posted by: Liz Yeo
- Posted on: August 01 2002 04:58 EDT
- in response to sumev kohli
Can we use Java Native Interface to do the conversion?
-
Microsoft word to XML[ Go to top ]
- Posted by: John Sietsma
- Posted on: August 01 2002 23:41 EDT
- in response to Liz Yeo
To convert the doc.
1. Use a 3rd party doc format convertor (Verity, Fulcrum, any open-source? etc).
2. You can open and save as using COM.
You could use JNI or a Java/COM/ActiveX bridge to do this. -
Microsoft word to XML[ Go to top ]
- Posted by: L Stitz
- Posted on: August 02 2002 03:25 EDT
- in response to Liz Yeo
-
Microsoft word to XML[ Go to top ]
- Posted by: Dave Hewitt
- Posted on: August 02 2002 15:45 EDT
- in response to L Stitz
I love POI and regularily use it to interface with Excel spreadsheets. However, the support for Word DOCs has not been written yet and, although its likely to be excellent when its finished, its certainly not an option now.