9c45efec52e5e9fc115c1680fdbf54a883f2a4c1
[abartlet/samba.git/.git] / docs / docbook / xslt / db2latex / set.mod.xsl
1 <?xml version='1.0'?>
2 <!--############################################################################# 
3 |       $Id: set.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="set" xmlns="">
19         <referenceinfo>
20             <releaseinfo role="meta">
21                 $Id: set.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>Sets <filename>set.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="set">
44         <xsl:call-template name="label.id"/>
45         <xsl:apply-templates/>
46     </xsl:template>
47
48     <xsl:template match="set/setinfo"></xsl:template>
49     <xsl:template match="set/title"></xsl:template>
50     <xsl:template match="set/subtitle"></xsl:template>
51
52 </xsl:stylesheet>
53