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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top