Brody, Tim (2008) XSLT Export Plugin.
Tarball - Other
Available under License Creative Commons GNU GPL (Software). 2kB (64 downloads) |
Abstract
This Export plugin allows XSLT (stylesheet transforms) to be applied to EPrints XML and then used as an Export Plugin.
Requirements
libxslt (or other command-line XSLT processor)
Installation
Unpack the tarball into your eprints root. Add the paths to your XSLT processor to perl_lib/EPrints/SystemSettings.pm. The plugin will look for an executable option called 'xsltproc' and an invocation option called 'xsltproc' (which is the name of the libxslt processor, but you could configure something different). Any files ending in '.xslt' in lib/xslt/export/ will be treated as an export plugin and instantiated at run time. The XSLT processor is called with the output from the XML export plugin (either as a list or as a single item). A simple HTML transform is included as an example.
Repository Staff Only: edit this item