b436d0a16d
- Set $docformatnav to 1 when $FORMATS contains "html" and "html-split" at the same time. - Fix localization of docformatnav using &docnavi.{split,single};. - Do not create <a> element which points to the document itself. - Remove share/xml/l10n.ent. - Fix URI of freebsd-fo-cjk.xsl.
22 lines
937 B
XML
22 lines
937 B
XML
<?xml version='1.0'?>
|
|
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
|
"http://www.FreeBSD.org/XML/share/xml/xslt10-freebsd.dtd">
|
|
<!-- $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/share/xml/freebsd-xhtml-common.xsl"/>
|
|
|
|
<xsl:import href="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-xhtml.xsl"/>
|
|
|
|
<xsl:param name="generate.legalnotice.link" select="'1'"/>
|
|
<xsl:param name="html.chunk" select="'1'"/>
|
|
</xsl:stylesheet>
|