Initial import of placeholder FO (print) XSL stylesheet

This commit is contained in:
dyork 2001-07-31 13:50:51 +00:00
parent 52c5470e03
commit bbf77e59ca
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<!-- $Id$ -->
<!-- This stylesheet will eventually include print customizations
from LDP.DSL. At the current time, it has not been developed.-->
<!-- Change this to the path to where you have installed Norman
Walsh's XSL stylesheets. -->
<xsl:import href="/usr/share/sgml/docbook/docbook-xsl-1.41/fo/docbook.xsl"/>
<!-- Customized parameters and templates go here. -->
</xsl:stylesheet>