2 <xsl:stylesheet xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform"
4 xmlns=
"http://www.w3.org/TR/xhtml1/transitional"
5 exclude-result-prefixes=
"#default">
9 <!-- This stylesheet calls Norman Walsh's 'docbook.xsl' stylesheet
10 and therefore generates a SINGLE HTML FILE as output. -->
12 <!-- Note the the *order* of the import statements below is important and
13 should not be changed. -->
15 <!-- Change this to the path to where you have installed Norman
16 Walsh's XSL stylesheets. -->
17 <xsl:import href=
"/usr/share/sgml/docbook/xsl-stylesheets-1.60.1/html/docbook.xsl"/>
19 <!-- Imports the common LDP customization layer. -->
20 <xsl:import href=
"/home/n/xml/xsl/ldp-html-common.xsl"/>
22 <!-- If there was some reason to override 'ldp-html-common.xsl' or to
23 perform any other customizations that affect *only* the generation
24 of a single HTML file, those templates or parameters could be