Can any one tell how to convert .xml file to .doc file so that it can be viewed through microsoft word and vice
versa?
-
Xml file to document file (4 messages)
- Posted by: keerthi kanth
- Posted on: June 24 2001 09:03 EDT
Threaded Messages (4)
- Xml file to document file by Albert Zamus on June 26 2001 16:22 EDT
- Xml file to document file by keerthi kanth on June 27 2001 10:23 EDT
- Xml file to document file by Albert Zamus on June 29 2001 09:26 EDT
- Xml file to document file by keerthi kanth on June 27 2001 10:23 EDT
- Xml file to document file by Tony Brookes on July 05 2001 19:32 EDT
-
Xml file to document file[ Go to top ]
- Posted by: Albert Zamus
- Posted on: June 26 2001 16:22 EDT
- in response to keerthi kanth
Whats the problem just open it as a text file. Since there is no semantic associated with an xml file you will see actual tag-element dump. XML is simple data. A question like opening an XML in Access or Excel is more sensible than in word!!! -
Xml file to document file[ Go to top ]
- Posted by: keerthi kanth
- Posted on: June 27 2001 10:23 EDT
- in response to Albert Zamus
Hi thanks
I have to elemenate the tags and see only the data associated with that.reply for that.
keerthikanth
-
Xml file to document file[ Go to top ]
- Posted by: Albert Zamus
- Posted on: June 29 2001 09:26 EDT
- in response to keerthi kanth
without the tags the data has no sense. XML is just a standard format. So just as you have the html engine built in for word, there may be somw version of xslt available for xml!!! Tell me what actually is required for your case in reference! -
Xml file to document file[ Go to top ]
- Posted by: Tony Brookes
- Posted on: July 05 2001 19:32 EDT
- in response to keerthi kanth
Let me guess. You are using XML to represent the structure of some document, and you want to use Word as the editor?
Not unusual, but not easy either.
Look at BroadVision BladeRunner. It does just this, using a product they developed called BRT. It can handle tables, paragraphs all sorts of things. Needs to run on an MS OS with MS Office 2000 or 97 though!
You pays yer money and you takes yet choice. :-)
Chz
Tony