now picked up via share/xsl/*.xsl and they are empty when there is no localized content in it. This prevents inconsistency between share/xsl/*.xsl and the localized ones.
20 lines
745 B
XML
20 lines
745 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"
|
|
xmlns:db="http://docbook.org/ns/docbook"
|
|
exclude-result-prefixes="db">
|
|
|
|
<!-- Pull in the base stylesheets -->
|
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/chunk.xsl"/>
|
|
|
|
<!-- Pull in common XHTML customizations -->
|
|
<xsl:import href="http://www.FreeBSD.org/XML/www/share/xsl/freebsd-xhtml-common.xsl"/>
|
|
|
|
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-xhtml.xsl"/>
|
|
|
|
<xsl:param name="generate.legalnotice.link" select="'1'"/>
|
|
</xsl:stylesheet>
|