NAME
WebSource::Filter::script - Use a script for filtering
DESCRIPTION
A filter operator of type script allows to determine what to do with the input based on an inline or external script. The data of the input is passed as an argument to the script.
SYNOPSIS
In wsd file...
<ws:filter name="somename" type="script" forward-to"somemodules"> <!-- put your script here --> </ws:filter>
or
<ws:filter name="somename" type="script" script-file="somefile" forward-to="somemodules" />
METHODS
SEE ALSO
WebSource