Connecting Tech Pros Worldwide Help | Site Map

Fetching the content (XSLT) from XSLTCompiledTransform

Newbie
 
Join Date: Feb 2008
Posts: 31
#1: Sep 22 '09
Hi All,

Following is a piece of code that loads the XSLT

Expand|Select|Wrap|Line Numbers
  1. xslt = New XslCompiledTransform(False)
  2. xslt.Load(objPatternTemplate, objXSLTSettings, New XmlUrlResolver)
  3.  
Now I want to modify the content of xslt which is loaded in xslt object without reloading the xslt.

Is it possible to modify the stylesheet contents loaded in xslt (XsltCompiledTransform) object something similar to setting the innerXML of XMLDocument object?

Regards
Amol Lokhande
Reply