Showing:

Documentation
Included from
Source
Stylesheet keywords.xsl
Documentation

Description

This file was created automatically by html2xhtml
from the HTML stylesheets.
Included from
Template d:keywordset
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.

     ******************************************************************** 
Namespace No namespace
Match d:keywordset
Mode #default
Import precedence 0
Source
<xsl:template match="d:keywordset"/>
Template d:subjectset
Namespace No namespace
Match d:subjectset
Mode #default
Import precedence 0
Source
<xsl:template match="d:subjectset"/>
Template d:keywordsethtml.header
Documentation

Description

 ==================================================================== 
Namespace No namespace
Match d:keywordset
Mode html.header
Import precedence 0
Source
<xsl:template match="d:keywordset" mode="html.header">
  <meta name="keywords">
    <xsl:attribute name="content">
      <xsl:apply-templates select="d:keyword" mode="html.header"/>
    </xsl:attribute>
  </meta>
</xsl:template>
Template d:keywordhtml.header
Namespace No namespace
Match d:keyword
Mode html.header
Import precedence 0
Source
<xsl:template match="d:keyword" mode="html.header">
  <xsl:apply-templates/>
  <xsl:if test="following-sibling::d:keyword">,</xsl:if>
</xsl:template>