keywords.xsl #1

  • //
  • guest/
  • paul_allen/
  • p4convert-maven/
  • docs/
  • _build/
  • docbook-xsl-ns-1.78.1/
  • html/
  • keywords.xsl
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<?xml version='1.0'?>
<xsl:stylesheet exclude-result-prefixes="d"
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:d="http://docbook.org/ns/docbook"
version='1.0'>

<!-- ********************************************************************
     $Id: keywords.xsl 6910 2007-06-28 23:23:30Z xmldoc $
     ********************************************************************

     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.

     ******************************************************************** -->

<xsl:template match="d:keywordset"></xsl:template>
<xsl:template match="d:subjectset"></xsl:template>

<!-- ==================================================================== -->

<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>

<xsl:template match="d:keyword" mode="html.header">
  <xsl:apply-templates/>
  <xsl:if test="following-sibling::d:keyword">, </xsl:if>
</xsl:template>

<!-- ==================================================================== -->

</xsl:stylesheet>
# Change User Description Committed
#2 13894 Paul Allen Remove old doc_book infrastructure.
#1 13873 Paul Allen Branching using p4convert-maven
//guest/perforce_software/p4convert/docs/_build/docbook-xsl-ns-1.78.1/html/keywords.xsl
#1 10706 Paul Allen Add document '_build' files.