Word XML/XSLT
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to generate a Word document for an ASP.Net application -- all users will have Word 2003. I created a simple document in Word (Simple.doc). Then, I used an XML Schema found in Simple.xsd and placed a couple of XML placeholders in the document. I saved it as Simple.XML. Downloaded and ran wml2xslt to create simple.xslt. However, I am a little stuck as to how to get the data from my application into xml using this xslt file. Every example I can find seems to assume all data will be coming from a SQL database or databound web/win forms. I would like to do something like: Swap("xmlDataElementName", myObject1.ToString()); Is this doable; any help is greatly appreciated. --G