Create Word 2003 Document
I have data in XHTML and plain text in SQL Server 2005. I need to create a Word 2003 document from this data. I was thinking about using Word XML 2003 for this. Are there any good tools for creating Word XML 2003?
+1
Amy
source
to share
1 answer
If you want to use XML with Word 2003, you can use the SDK from Microsoft: http://msdn.microsoft.com/en-us/library/aa214923.aspx
Since you already have XML data, you can use the following tool to generate XSLT: http://msdn.microsoft.com/en-us/library/aa212886.aspx . This tool must be included in the SDK.
Please let me know if you need further help.
+1
Dirk Vollmar
source
to share