doc/share/xsl/freebsd-fo.xsl
Tom Rhodes 2139c3a789 Add the files which will allow us to actually build with FORMAT=html
STYLESHEET_TYPE=xsl.  This is a stepping stone.
2003-01-03 05:06:14 +00:00

31 lines
889 B
XML

<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<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">
<!-- Pull in the base stylesheets -->
<xsl:import href="/usr/local/share/xsl/docbook/fo/docbook.xsl"/>
<!-- Redefine variables, and replace templates as necessary here -->
<xsl:param name="freebsd.output.print"
select="'0'"/>
<xsl:param name="freebsd.output.print.pdf"
select="'0'"/>
<xsl:param name="freebsd.output.print.justify"
select="'0'"/>
<xsl:param name="freebsd.output.print.twoside"
select="'0'"/>
<!-- Include the common stylesheets -->
<xsl:include href="freebsd-common.xsl"/>
<!-- FO specific customisation goes here -->
</xsl:stylesheet>