Click or drag to resize
IXslFilterFilter Method
Filters the specified XSLT content..

Namespace: Activsoft.Engine.XslFilter
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
Stream Filter(
	Config monConfig,
	Uri fileName,
	Stream from,
	string rootXslFileName
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The current Config instance.
fileName
Type: SystemUri
Name of the file that is currently filtered.
from
Type: System.IOStream
Content of the file.
rootXslFileName
Type: SystemString
Name of the root XSLT file.

Return Value

Type: Stream
The filtered content.
Remarks
This method is called for the root XSLT file and all its included XSLT resources.
See Also