diff DOCS/xml/xsl/ldp-html.xsl @ 9675:62c5a17038ba

XML version of MPlayer's doc
author nicolas
date Sun, 23 Mar 2003 23:35:12 +0000
parents
children 0f1b5b68af32
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DOCS/xml/xsl/ldp-html.xsl	Sun Mar 23 23:35:12 2003 +0000
@@ -0,0 +1,27 @@
+<?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. -->
+
+<!-- Note the the *order* of the import statements below is important and
+     should not be changed. -->
+
+<!-- Change this to the path to where you have installed Norman
+     Walsh's XSL stylesheets.  -->
+<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.60.1/html/docbook.xsl"/>
+
+<!-- Imports the common LDP customization layer. -->
+<xsl:import href="/home/n/xml/xsl/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:stylesheet>