LDP/LDP/guide/docbook/linux-ip/xsl/linux-ip.xsl

32 lines
1.1 KiB
XML
Raw Normal View History

2003-02-14 05:40:37 +00:00
<?xml version='1.0'?>
<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">
<!-- $Id$ -->
<!-- This stylesheet calls Norman Walsh's 'docbook.xsl' stylesheet
and therefore generates a SINGLE HTML FILE as output. -->
2016-10-24 12:44:12 +00:00
<!-- Note that the *order* of the import statements below is important and
2003-02-14 05:40:37 +00:00
should not be changed. -->
<!-- Change this to the path to where you have installed Norman
Walsh's XSL stylesheets. -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
2003-02-14 05:40:37 +00:00
<!-- Imports the common LDP customization layer. -->
<xsl:import href="ldp-html-common.xsl"/>
<!-- If there was some reason to override 'ldp-html-common.xsl' or to
perform any other customizations that affect *only* the generation
of a single HTML file, those templates or parameters could be
entered here. -->
<xsl:import href="linux-ip-common.xsl"/>
<xsl:param name="html.stylesheet" select="'linux-ip.css'"/>
</xsl:stylesheet>