Pls , can anybody give me some information related to conversion of xml document to word document using asp.net. Balasaheb Software Developer Platform: Asp.net,vb.net Database: SQL Server 2000
Pls , can anybody give me some information related to conversion of xml document to word document using asp.net. Balasaheb Software Developer Platform: Asp.net,vb.net Database: SQL Server 2000
Hi there, You can use the XSLT to transform an XML document to a word document in xml format. Basically, you need to understand the XML schema[^] for a Word document, then you can produce an XSL stylesheet to transform the xml file.