trying to get HEAD building again. If you want the code
[samba.git] / docs / docbook / xslt / db2latex / info.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="info" 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>Info <filename>info.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
41     <!-- These templates define the "default behavior" for info
42     elements.  Even if you don't process the *info wrappers,
43     some of these elements are needed because the elements are
44     processed from named templates that are called with modes.
45     Since modes aren't sticky, these rules apply. 
46     (TODO: clarify this comment) -->
47
48
49     <xsl:template match="corpauthor">
50         <xsl:apply-templates/>
51     </xsl:template>
52
53
54     <xsl:template match="jobtitle">
55         <xsl:apply-templates/>
56     </xsl:template>
57
58     <xsl:template match="orgname">
59         <xsl:apply-templates/>
60     </xsl:template>
61
62     <xsl:template match="orgdiv">
63         <xsl:apply-templates/>
64     </xsl:template>
65
66 </xsl:stylesheet>