9675
|
1 <?xml version='1.0'?>
|
|
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
3 version='1.0'
|
|
4 xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
|
5 exclude-result-prefixes="#default">
|
|
6
|
|
7 <!-- $Id$ -->
|
|
8
|
|
9 <!-- This stylesheet will eventually include print customizations
|
|
10 from LDP.DSL. At the current time, it has not been developed.-->
|
|
11
|
|
12 <!-- Change this to the path to where you have installed Norman
|
|
13 Walsh's XSL stylesheets. -->
|
|
14 <xsl:import href="/usr/share/sgml/docbook/docbook-xsl-1.41/fo/docbook.xsl"/>
|
|
15
|
|
16 <!-- Customized parameters and templates go here. -->
|
|
17
|
|
18 </xsl:stylesheet>
|