Example: XSLT stylesheets for Linux Documentation Project
Consist of three files:
ldp-html-common.xsl - main stylesheet that contains actual customizations
ldp-html.xsl - file to call for single HTML pages - imports ldp-html-common.xsl
ldp-html-chunk.xsl - file to call for multiple HTML pages - imports ldp-html-common.xsl
Allows for customizations specific to single or multiple files to be placed in appropriate files.
Usage:
xsltproc -o howto.html ldp-html.xsl howto.xml xsltproc ldp-html-chunk.xsl howto.xml