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