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

18 lines
498 B
XML
Raw Normal View History

<?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/html/chunk.xsl"/>
<!-- Redefine variables, and replace templates as necessary here -->
<xsl:include href="freebsd-common.xsl"/>
</xsl:stylesheet>