XSLPluginDownloads
|
Version 0.1
|
|
Release notes
This is a simple plugin that lets you
include and
transform an external content into any xwiki page. Actually I used it to show external RSS contents into "dynamic" panels.
- A precompiled version (only for JDK 1.5) is available into the dist/lib directory of the package.
- you can build the whole project by typing:
ant -f ant/build.xml dist
How to install
- Copy all the jars from the "dist/lib" directory into the "WEB-INF/lib" of your XWiki installation.
- Edit your "WEB-INF/xwiki.cfg" and add the following line into the "xwiki.plugins" section:
com.xpn.xwiki.plugin.xsltransformer.XslURITransformerPlugin
- At the end of the same file, append the following lines (WEB-INF/xwiki.cfg)
#XSLTransormer Plugin configuration parameters
xwiki.xsluritransformer.debug=disabled
xwiki.xsluritransformer.connectiontimeout=15000
xwiki.xsluritransformer.fallbackencoding=UTF-8
All versions
Comments: 0