WebMake
WebMake Documentation (version 2.4)

xsl.wmk

x


LOADING

  < use plugin="xsl" />

HTML / XML TAGS

  < xsl xmlname="name_of_content.xml"
        xslname="name_of_xslt.xsl"
        [ xslparam="value" ... ] />

DESCRIPTION

This WebMake Perl library provides the xsl WebMake tag, allowing you to apply the named XSL stylesheet to the named XML data, rendering the output in place of the tag.

The named items should be defined as WebMake content or template items of format text/xml, in order to use dependency information correctly.

XSL parameters may be passed in using attributes.

Note that the Perl module XML::Sablotron is required.


REQUIRED MODULES

XML::Sablotron


SEE ALSO

XML::Sablotron http://www.gingerall.com/ http://www.w3.org/TR/1999/REC-xslt-19991116 http://www.w3.org/TR/1999/REC-xpath-19991116 http://www.w3.org/TR/1998/REC-xml-19980210


AUTHOR

Justin Mason <jm@jmason.org>

WebMake Documentation (version 2.4)
Built With WebMake