Aqueduct.Helpers.XmlHelpers.Transform C# (CSharp) Method

Transform() public static method

public static Transform ( XslCompiledTransform xslTrans, string>.IDictionary xslParams ) : string
xslTrans System.Xml.Xsl.XslCompiledTransform
xslParams string>.IDictionary
return string
        public static string Transform (XslCompiledTransform xslTrans, IDictionary<string, string> xslParams)
        {
            return Transform (GetBlankXmlDoc ().InnerXml, xslTrans, xslParams);
        }

Same methods

XmlHelpers::Transform ( string xslFile, string>.IDictionary xslParams ) : string
XmlHelpers::Transform ( string xml, XslCompiledTransform xslTrans ) : string
XmlHelpers::Transform ( string xml, XslCompiledTransform xslTrans, string>.IDictionary xslParams ) : string
XmlHelpers::Transform ( string xml, string xslFile ) : string
XmlHelpers::Transform ( string xml, string xslFile, string>.IDictionary xslParams ) : string