doc/share/xsl/freebsd-xhtml-chunk.xsl
Gabor Kovesdan 31fec0dd2f - Manifest should be generated for the whole XHTML file as well since
images' long description is put into an external file but it seems
  the non-chunked XHTML output does not support manifest yet so
  disable external longdescs for now.
2013-05-17 20:55:02 +00:00

18 lines
542 B
XML

<?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:param name="generate.legalnotice.link" select="'1'"/>
</xsl:stylesheet>