| 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
)
<ObsoleteAttribute("Use XmlXsltTransform instead.")>
Public Shared Function XmlXsltParse (
xmlDocument As XmlDocument,
xsltPath As String,
xmlargs As XsltArgumentList
) As String
Parameters
- xmlDocument
- Type: System.XmlXmlDocument
- xsltPath
- Type: SystemString
- xmlargs
- Type: System.Xml.XslXsltArgumentList
Return Value
Type:
StringSee Also