Plugin: xslt
Author: rubykat
Included in ikiwiki: no
Enabled by default: no
Included in goodstuff: no
Currently enabled: no

NAME

IkiWiki::Plugin::xslt - ikiwiki directive to process an XML file with XSLT

SYNOPSIS

[[!xslt file="data1.xml" stylesheet="style1.xsl"]]

DESCRIPTION

IkiWiki::Plugin::xslt is an IkiWiki plugin implementing a directive to process an input XML data file with XSLT, and output the result in the page where the directive was called.

It is expected that the XSLT stylesheet will output valid HTML markup.

OPTIONS

There are two arguments to this directive.

PREREQUISITES

IkiWiki
XML::LibXML
XML::LibXSLT

DOWNLOAD