2002-05-05 19:02:43 +02:00
|
|
|
<?xml version='1.0'?>
|
|
|
|
|
2002-05-05 18:22:15 +02:00
|
|
|
<!-- $FreeBSD$ -->
|
|
|
|
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
2013-06-30 11:58:03 +02:00
|
|
|
version='1.0'>
|
2002-05-05 18:22:15 +02:00
|
|
|
|
2002-05-05 19:02:43 +02:00
|
|
|
<!-- Pull in the base stylesheets -->
|
2013-05-29 21:29:43 +02:00
|
|
|
<xsl:import href="/usr/local/share/xsl/docbook-ns/xhtml/docbook.xsl"/>
|
2002-05-05 18:22:15 +02:00
|
|
|
|
2013-01-23 14:13:16 +01:00
|
|
|
<!-- Pull in common XHTML customizations -->
|
|
|
|
<xsl:include href="freebsd-xhtml-common.xsl"/>
|
2002-05-05 18:22:15 +02:00
|
|
|
</xsl:stylesheet>
|