c3fd7376b5c87a9d7979e040fd79b07e67b5159b
[gd/samba-autobuild/.git] / docs / docbook / xslt / db2latex / keywords.mod.xsl
1 <?xml version='1.0'?>
2 <!--############################################################################# 
3 |       $Id: keywords.mod.xsl,v 1.1 2003/04/30 21:39:49 ab Exp $
4 |- #############################################################################
5 |       $Author: ab $
6 |                                                                                                               
7 |   PURPOSE:
8 + ############################################################################## -->
9 <xsl:stylesheet 
10     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
11     xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
12     exclude-result-prefixes="doc" version='1.0'>
13
14
15
16     <!--############################################################################# -->
17     <!-- DOCUMENTATION                                                                -->
18     <doc:reference id="keywords" xmlns="">
19         <referenceinfo>
20             <releaseinfo role="meta">
21                 $Id: keywords.mod.xsl,v 1.1 2003/04/30 21:39:49 ab Exp $
22             </releaseinfo>
23         <authorgroup>
24             <author> <firstname>Ramon</firstname> <surname>Casellas</surname> </author>
25             <author> <firstname>James</firstname> <surname>Devenish</surname> </author>
26         </authorgroup>
27             <copyright>
28                 <year>2000</year> <year>2001</year> <year>2002</year> <year>2003</year>
29                 <holder>Ramon Casellas</holder>
30             </copyright>
31         </referenceinfo>
32
33         <title>Keywords <filename>keywords.mod.xsl</filename></title>
34         <partintro>
35             <section><title>Introduction</title>
36                 <para></para>
37             </section>
38         </partintro>
39     </doc:reference>
40
41
42
43 <xsl:template match="keywordset">
44         <xsl:call-template name="map.begin"/>
45         <xsl:apply-templates/>
46         <xsl:call-template name="map.end"/>
47 </xsl:template>
48
49 <xsl:template match="keyword">
50         <xsl:call-template name="normalize-scape">
51                 <xsl:with-param name="string" select="normalize-space(.)"/>
52         </xsl:call-template>
53         <xsl:if test="following-sibling::keyword">, </xsl:if>
54 </xsl:template>
55
56
57
58
59
60 <xsl:template match="subjectset"></xsl:template>
61
62 </xsl:stylesheet>