I have an app where I generate MS Word documents via XML. I want to insert content saved by FCKeditor into the XML document, and ultimately opened/displayed by MS Word. Currently MS Word is displaying the actual html tags generated by the FCKeditor. The XML for creating MS Word documents is convoluted at best and I would rather not do a manual search/replace to put the html into their equivalent MS Word/XML format. Has anyone solved this problem, or does anyone generate XML documents that display well in MS Word without using the Microsoft schema?
Thanks!
Thanks!
Re: Output to XML Word Document
You need to transform the XHTML code to WordML (XML?) with an XSL stylesheet.
Re: Output to XML Word Document
Thanks. I'll look into that.