~ubuntu-branches/debian/stretch/ldp-docbook-stylesheets/stretch

« back to all changes in this revision

Viewing changes to XSL/ldp-html-chunk.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Ardo van Rangelrooij
  • Date: 2005-02-12 10:48:56 UTC
  • mfrom: (1.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050212104856-z9jgvokxzb6qg5r9
Tags: 0.0.20040321-2
New maintainer (Debian XML/SGML Group)
(closes: Bug#288330)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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: ldp-html-chunk.xsl,v 1.2 2001/09/12 16:20:01 dyork Exp $ -->
8
 
 
9
 
<!-- This stylesheet calls Norman Walsh's 'docbook.xsl' stylesheet
10
 
     and therefore generates MULTIPLE HTML FILES as output. -->
11
 
 
12
 
<!-- Note the the *order* of the import statements below is important and
13
 
     should not be changed. -->
14
 
 
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/stylesheet/xsl/nwalsh/xhtml/chunk.xsl"/>
18
 
 
19
 
<!-- Imports the common LDP customization layer. -->
20
 
<xsl:import href="ldp-html-common.xsl"/>
21
 
 
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 multiple HTML files, those templates or parameters could be
25
 
     entered here. -->
26
 
 
27
 
</xsl:stylesheet>