Click or drag to resize

XsltParserXmlXsltParse Method (XmlDocument, XslCompiledTransform, TextWriter)

Namespace:  Dynamicweb.Content.Files
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static void XmlXsltParse(
	XmlDocument xmlDocument,
	XslCompiledTransform transformer,
	TextWriter textWriter
)

Parameters

xmlDocument
Type: System.XmlXmlDocument
transformer
Type: System.Xml.XslXslCompiledTransform
textWriter
Type: System.IOTextWriter
See Also