Activsoft.Engine.XslFilter Namespace |
The Activsoft.Engine.XslFilter contains the xsl filtering system. The goal of this system is to extend xslt with domain specific tags: translation, user interface components, etc. It uses the possibility offered by the XmlResolver class to override the standard file loading mechanism; filters are registered through the xslfilter configuration section, and executed in sequence when the xslt files are loaded.
Classes
Interfaces
| Interface | Description |
---|
 | IXslFilter |
Defines a class that can filter an XSLT file to transform custom tags into XSLT tags.
|