---------------------------- Original Message ---------------------------- Subject: Re: [XML-SIG] xml to word document conversion From: [EMAIL PROTECTED] Date: Fri, September 21, 2007 7:28 am To: "Ellinghaus, Lance" <[EMAIL PROTECTED]> --------------------------------------------------------------------------
Thanks for your reply. I found some clue in the below link. http://www.windowsdevcenter.com/pub/a/windows/2004/09/07/XMLnword2003.html?page=1 That article in that link is using xslt to convert normal xml to wordprocessingML which is used by ms word 2003 and above. I tested that example and it is working well. But there is some problem, the out put file is again an xml. If i open that xml file in the ms word 2003 it is opening as document. But when i rename it as .doc and open in the word , it is showing that xml code. I want the extension should be doc so that can open that file directly using ms word. In the current case if it is xml file no one will open that in word and the default option of xml editor will be shown there. can any one try to solve. > You would have to create a converter yourself. > Look for WordSheetML specifications on the Microsoft website. > > There is also a SpreadSheetML for creating spreadsheets (working on a Python module for this). > > If anyone knows of any existing modules, please let me know. > > Lance > > > Lance Ellinghaus > EDS > Federal Reserve Bank & U.S. Treasury > ---------------------------------------- > Cell Phone: 972-877-0409 > mailto:[EMAIL PROTECTED] > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, September 20, 2007 8:18 AM > To: xml-sig@python.org > Subject: [XML-SIG] xml to word document conversion > > Hi, > > I want to convert xml file to a word document using python. Is there > any built in module available? > or Is there any other way to convert xml file to word document. > Please suggest me. This is very urgent now. > > Thanks, > prajwala > > _______________________________________________ > XML-SIG maillist - XML-SIG@python.org > http://mail.python.org/mailman/listinfo/xml-sig > _______________________________________________ > XML-SIG maillist - XML-SIG@python.org > http://mail.python.org/mailman/listinfo/xml-sig > _______________________________________________ XML-SIG maillist - XML-SIG@python.org http://mail.python.org/mailman/listinfo/xml-sig