Click or drag to resize

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
)

Parameters

xmlDocument
Type: System.XmlXmlDocument
xsltPath
Type: SystemString
xsltArguments
Type: System.Xml.XslXsltArgumentList

Return Value

Type: String
See Also