]> git.lyx.org Git - lyx.git/blob - lib/docbook/xhtml/info.xsl
Release notes
[lyx.git] / lib / docbook / xhtml / info.xsl
1 <?xml version="1.0" encoding="ASCII"?><!--This file was created automatically by html2xhtml--><!--from the HTML stylesheets.--><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="d" version="1.0">
2
3 <!-- ********************************************************************
4
5      This file is part of the XSL DocBook Stylesheet distribution.
6      See ../README or http://cdn.docbook.org/release/xsl/current/ for
7      copyright and other information.
8
9      ******************************************************************** -->
10
11 <!-- These templates define the "default behavior" for info
12      elements.  Even if you don't process the *info wrappers,
13      some of these elements are needed because the elements are
14      processed from named templates that are called with modes.
15      Since modes aren't sticky, these rules apply. 
16      (TODO: clarify this comment) -->
17
18 <!-- ==================================================================== -->
19 <!-- called from named templates in a given mode -->
20
21 <xsl:template match="d:corpauthor">
22   <span>
23     <xsl:apply-templates select="." mode="common.html.attributes"/>
24     <xsl:call-template name="id.attribute"/>
25     <xsl:apply-templates/>
26   </span>
27 </xsl:template>
28
29 <!-- ==================================================================== -->
30
31 <xsl:template match="d:jobtitle">
32   <span>
33     <xsl:apply-templates select="." mode="common.html.attributes"/>
34     <xsl:call-template name="id.attribute"/>
35     <xsl:apply-templates/>
36   </span>
37 </xsl:template>
38
39 <!-- ==================================================================== -->
40
41 </xsl:stylesheet>