blob: 635c922d135f48f1dff5f2b3463097fb204882ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?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/xhtml/chunk.xsl"/>
<!-- Pull in common XHTML customizations -->
<xsl:include href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>
|