Click or drag to resize

XsltParserXmlXsltParse Method (XmlDocument, String, XsltArgumentList)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Content.Files
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use XmlXsltTransform instead.")]
public static string XmlXsltParse(
	XmlDocument xmlDocument,
	string xsltPath,
	XsltArgumentList xmlargs
)

Parameters

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

Return Value

Type: String
See Also