~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to build/stylesheets/db2latex/slides/slidestoc.mod.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0'?>
 
2
<!--############################################################################# 
 
3
|       $Id: slidestoc.mod.xsl,v 1.1 2003/04/06 18:31:49 rcasellas Exp $
 
4
|- #############################################################################
 
5
|       $Author: rcasellas $
 
6
|                                                                                                               
 
7
|   PURPOSE:
 
8
+ ############################################################################## -->
 
9
 
 
10
<xsl:stylesheet 
 
11
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
12
    xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
 
13
    exclude-result-prefixes="doc" version='1.0'>
 
14
 
 
15
 
 
16
    <!--############################################################################# -->
 
17
    <!-- DOCUMENTATION                                                                -->
 
18
    <doc:reference id="slides" xmlns="">
 
19
    </doc:reference>
 
20
    <!--############################################################################# -->
 
21
 
 
22
 
 
23
<xsl:template match="slides" mode="toc">
 
24
<xsl:call-template name="label.id"/>
 
25
</xsl:template>
 
26
 
 
27
<xsl:template match="title|titleabbrev" mode="toc">
 
28
  <xsl:apply-templates mode="toc"/>
 
29
</xsl:template>
 
30
 
 
31
<xsl:template match="speakernotes" mode="toc">
 
32
</xsl:template>
 
33
 
 
34
</xsl:stylesheet>