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