Showing:

Documentation
Included from
Source
Stylesheet info.xsl
Documentation

Description

This file was created automatically by html2xhtml
from the HTML stylesheets.
Included from
Template d:corpauthor
Documentation

Description

 ********************************************************************
     $Id$
     ********************************************************************

     This file is part of the XSL DocBook Stylesheet distribution.
     See ../README or http://docbook.sf.net/release/xsl/current/ for
     copyright and other information.

     ******************************************************************** 
 These templates define the "default behavior" for info
     elements.  Even if you don't process the *info wrappers,
     some of these elements are needed because the elements are
     processed from named templates that are called with modes.
     Since modes aren't sticky, these rules apply. 
     (TODO: clarify this comment) 
 ==================================================================== 
 called from named templates in a given mode 
Namespace No namespace
Match d:corpauthor
Mode #default
Import precedence 0
Source
<xsl:template match="d:corpauthor">
  <span>
    <xsl:apply-templates select="." mode="common.html.attributes"/>
    <xsl:apply-templates/>
  </span>
</xsl:template>
Template d:jobtitle
Documentation

Description

 ==================================================================== 
Namespace No namespace
Match d:jobtitle
Mode #default
Import precedence 0
Source
<xsl:template match="d:jobtitle">
  <span>
    <xsl:apply-templates select="." mode="common.html.attributes"/>
    <xsl:apply-templates/>
  </span>
</xsl:template>