Search found 1 match

by jumpydady
Thu Sep 27, 2018 2:42 am
Forum: General XML Questions
Topic: Need Help in XSLT Transform
Replies: 1
Views: 1688

Need Help in XSLT Transform

hi I have a an method that i want to use to transform a XML public void MssXsl_Transform(string ssXml, string ssXsl, RLXsltParamRecordList ssParams, out string ssTransformedContent) { //XslCompiledTransform t = new XslCompiledTransform(); XslTransform t = new XslTransform(); StringReader sr_xsl = ne...