| XsltParserXmlXsltTransform Method (XmlDocument, String, XsltArgumentList) |
Namespace:
Dynamicweb.Content.Files
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static string XmlXsltTransform(
XmlDocument xmlDocument,
string xsltPath,
XsltArgumentList xsltArguments
)
Public Shared Function XmlXsltTransform (
xmlDocument As XmlDocument,
xsltPath As String,
xsltArguments As XsltArgumentList
) As String
Parameters
- xmlDocument
- Type: System.XmlXmlDocument
- xsltPath
- Type: SystemString
- xsltArguments
- Type: System.Xml.XslXsltArgumentList
Return Value
Type:
StringSee Also