Apply xslt to XmlDocument

  • Thread starter Thread starter JJBean
  • Start date Start date
J

JJBean

How do u apply a XSLT transform to an XmlDocument in c#?
Could you please show me this in code ?

Thanks,

JJBean
 
If you take a look at the MSDN Library, search for the XslTransform
class. They'll have plenty of examples/code for you to look at.
 
Back
Top