Templates XSLT
XSLT is our general transformation engine. You'll find a lot about XSLT on the web and there are good books about it available.
Which XSLT stylesheet should be used for which collection, can be defined in the .configxml files (or .configxml.children). Here's a simple example:
<bxcms xmlns="http://bitflux.org/config">
<plugins>
<parameter name="xslt" type="pipeline" value="static.xsl"/>
<extension type="html"/>
<plugin type="xhtml" admin="true"></plugin>
<plugin type="navitree"></plugin>
</plugins>
</bxcms>
The xslt files go into your themes folder in the /themes/ directory (by default /themes/bxcms/)
Add Comment