XSL load

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

Hi All,

I want to load an xml file that has corresponding xsl
sheet. So I want the results of this xml/xsl file to be
loaded. The resulting file to be loaded is xml. How can I
do this? What is the command(s) to look at?

Thanks,

JJ
 
JJ,

You are going to have to do the transformation yourself. However, this
should be too hard. You can use the classes in the System.Xml namespace as
well as the classes in the System.Xml.Xsl namepsace for the transformations.

Hope this helps.
 
Back
Top