NAME
WebSource::Extract::xslt - Apply an XSL Stylesheet to the input
DESCRIPTION
This flavor of the Extract operator applies an XSL stylesheet to the input an returns the transformation result.
Such an extraction operator should be described as follows :
<ws:extract type="xslt" name="opname" forward-to="ops">
<xsl:stylesheet>
...
</xsl:stylesheet>
</ws:extract>
where the xsl prefix should be associated to the URI http://www.w3.org/1999/XSL/Transform
SYNOPSIS
METHODS
SEE ALSO
WebSource