Author: Giridhar-1983-21 | Posted on: 8/11/2008 7:18:51 PM | Views : 1063

� 

Iam want to export the page containing a xml document and transformed using xslt processor into excel on client side.Any help in this regard is appreciated.
var outputDoc = this.XslProc.transformToDocument(this.Xml);� � � � � � � � � � � � � � � � � � � � � � � � � � � � 
this.Container.innerHTML = outputDoc.xml;� � � � � � � � � � � � � � � � � // Container is the div element on my page.
...

Go to the complete details ...