documentation/xsl/template
Casper Hornstrup b5693113b2 Initial revision
svn path=/trunk/rosdocs/; revision=3064
2002-06-13 20:29:51 +00:00
..
biblioentry.xsl Initial revision 2002-06-13 20:29:51 +00:00
ChangeLog Initial revision 2002-06-13 20:29:51 +00:00
README Initial revision 2002-06-13 20:29:51 +00:00
testtemplate.xml Initial revision 2002-06-13 20:29:51 +00:00
titlepage.xsl Initial revision 2002-06-13 20:29:51 +00:00

This directory contains rudimentary support for the notion of
stylesheet templates.

The idea is that if you want to change the behavior of the
stylesheets, for example, processing different bibliography
elements, you will construct a tempate document that describes
what you want and then process that template with the "template"
stylesheet.

The result of this processing will be a customization layer for
the DocBook XSL Stylesheets that does what you want. This
removes the stylesheet customizer from the burdon of figuring
out how the stylesheets work and modifying them.

In theory, anyway...