hi all could any one guide me in how to convert a content authored with ms word to xml file and store it in database,preferably using Jdom as the parser and oracle 9i as the database. Thanks in advance for ur help prem
Hi, You can use XMLSPY to manually convert the word doc into XML. But the XML will be in conformance with diffrent DTD , i.e Depending on the MS Word style the respective XML tags are formed.The other way to do this is write a macro which reads the word Style and writes the contents as XML file (This is what XML spy does at a high level) Hope this helps Hari