2002-05-05 19:02:43 +02:00
|
|
|
<?xml version='1.0'?>
|
2013-11-13 08:07:52 +01:00
|
|
|
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
|
|
|
"http://www.FreeBSD.org/XML/share/xml/xslt10-freebsd.dtd">
|
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-11-11 19:12:26 +01:00
|
|
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/docbook.xsl"/>
|
2002-05-05 18:22:15 +02:00
|
|
|
|
2013-01-23 14:13:16 +01:00
|
|
|
<!-- Pull in common XHTML customizations -->
|
2013-11-13 07:10:37 +01:00
|
|
|
<xsl:import href="http://www.FreeBSD.org/XML/share/xml/freebsd-xhtml-common.xsl"/>
|
2013-11-11 20:26:20 +01:00
|
|
|
|
2013-11-13 07:10:37 +01:00
|
|
|
<xsl:import href="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-xhtml.xsl"/>
|
2013-11-13 08:07:52 +01:00
|
|
|
|
2013-11-14 01:58:21 +01:00
|
|
|
<xsl:output encoding="&doc.html.charset;" />
|
|
|
|
|
2013-11-13 08:07:52 +01:00
|
|
|
<xsl:param name="html.chunk" select="'0'"/>
|
2002-05-05 18:22:15 +02:00
|
|
|
</xsl:stylesheet>
|