summaryrefslogtreecommitdiff
path: root/docs-xml/xslt/db2latex-xsl/xsl/slides/slidestoc.mod.xsl
diff options
context:
space:
mode:
authorGerald W. Carter <jerry@samba.org>2008-04-22 10:09:40 -0500
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:48 -0500
commit8f8a9f01909ba29e2b781310baeeaaddc3f15f0d (patch)
tree90c6b720ad3a7bc815245c0ef28820424f89d658 /docs-xml/xslt/db2latex-xsl/xsl/slides/slidestoc.mod.xsl
parent197238246389c40edc60c6630d18d6913086e630 (diff)
downloadsamba-8f8a9f01909ba29e2b781310baeeaaddc3f15f0d.tar.gz
samba-8f8a9f01909ba29e2b781310baeeaaddc3f15f0d.tar.bz2
samba-8f8a9f01909ba29e2b781310baeeaaddc3f15f0d.zip
Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
Diffstat (limited to 'docs-xml/xslt/db2latex-xsl/xsl/slides/slidestoc.mod.xsl')
-rw-r--r--docs-xml/xslt/db2latex-xsl/xsl/slides/slidestoc.mod.xsl34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs-xml/xslt/db2latex-xsl/xsl/slides/slidestoc.mod.xsl b/docs-xml/xslt/db2latex-xsl/xsl/slides/slidestoc.mod.xsl
new file mode 100644
index 0000000000..5390d319bf
--- /dev/null
+++ b/docs-xml/xslt/db2latex-xsl/xsl/slides/slidestoc.mod.xsl
@@ -0,0 +1,34 @@
+<?xml version='1.0'?>
+<!--#############################################################################
+| $Id: slidestoc.mod.xsl,v 1.1 2003/04/06 18:31:49 rcasellas Exp $
+|- #############################################################################
+| $Author: rcasellas $
+|
+| PURPOSE:
++ ############################################################################## -->
+
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
+ exclude-result-prefixes="doc" version='1.0'>
+
+
+ <!--############################################################################# -->
+ <!-- DOCUMENTATION -->
+ <doc:reference id="slides" xmlns="">
+ </doc:reference>
+ <!--############################################################################# -->
+
+
+<xsl:template match="slides" mode="toc">
+<xsl:call-template name="label.id"/>
+</xsl:template>
+
+<xsl:template match="title|titleabbrev" mode="toc">
+ <xsl:apply-templates mode="toc"/>
+</xsl:template>
+
+<xsl:template match="speakernotes" mode="toc">
+</xsl:template>
+
+</xsl:stylesheet>