doc/share/xsl/freebsd-xhtml-chunk.xsl

19 lines
542 B
XML
Raw Normal View History

2002-05-05 19:02:43 +02:00
<?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">
2002-05-05 19:02:43 +02:00
<!-- Pull in the base stylesheets -->
<xsl:import href="/usr/local/share/xsl/docbook/xhtml/chunk.xsl"/>
<!-- Pull in common XHTML customizations -->
<xsl:include href="freebsd-xhtml-common.xsl"/>
2013-01-30 17:10:54 +01:00
<xsl:param name="generate.legalnotice.link" select="'1'"/>
</xsl:stylesheet>