Click or drag to resize
IXslFilterInit Method
Initializes the filter with the data contained into the given XmlNode (which comes from the configuration file).

Namespace: Activsoft.Engine.XslFilter
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
void Init(
	XmlNode conf,
	bool debug
)

Parameters

conf
Type: System.XmlXmlNode
The configuration data.
debug
Type: SystemBoolean
if set to true sets the initialization phase in debug mode.
See Also