Home| Design| License| Regex| Download| Credits| Contact
Text-Zap Info
› Overview› Text-Zap Ant Task› Expand Text-Zap› API Docs
Components
› Filters› Savers› Groupers› Sequencers
Filters
› Append Filter› Append File Filter› Extract Lines Filter› Find Filter› Insert References› Merge Filter› Replace Filter› Replace List Filter› Replace Filter Plus› Reverse Filter› Split By Regex Filter› XSLT Filter

XSLT Filter

Runs an XSL transformation on each file.

Parameters

AttributeDescriptionRequired
stylesheetthe xsl stylesheet to runYes
paramone or more nested parameters to be sent to the stylesheetNo

^topExamples

Transform using stylesheet.xsl
 <xsltFilter stylesheet="stylesheet.xsl"/>
Transform using stylesheet.xsl using parameters
 <xsltFilter stylesheet="stylesheet.xsl">
 	<param name="aaa" value="zzz"/>
 	<param name="bbb" value="111"/>
 </xsltFilter>
SourceForge.net Logo