3b8bb5162a95f862468a02898034bdac9d9af9f0
[abartlet/samba.git/.git] / docs / docbook / xslt / db2latex / info.mod.xsl
1 <?xml version='1.0'?>
2 <!--############################################################################# 
3 |       $Id: info.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="info" xmlns="">
19         <referenceinfo>
20             <releaseinfo role="meta">
21                 $Id: info.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>Info <filename>info.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
44     <!-- These templates define the "default behavior" for info
45     elements.  Even if you don't process the *info wrappers,
46     some of these elements are needed because the elements are
47     processed from named templates that are called with modes.
48     Since modes aren't sticky, these rules apply. 
49     (TODO: clarify this comment) -->
50
51
52     <xsl:template match="corpauthor">
53         <xsl:apply-templates/>
54     </xsl:template>
55
56
57     <xsl:template match="jobtitle">
58         <xsl:apply-templates/>
59     </xsl:template>
60
61     <xsl:template match="orgname">
62         <xsl:apply-templates/>
63     </xsl:template>
64
65     <xsl:template match="orgdiv">
66         <xsl:apply-templates/>
67     </xsl:template>
68
69 </xsl:stylesheet>