Sha256: 2e7c12eb0c6e8ae831522b6c40b7e8e9805a01a88d284c14c9c84554ef5797b9

Contents?: true

Size: 1.39 KB

Versions: 9

Compression:

Stored size: 1.39 KB

Contents

<?xml version="1.0" encoding="ASCII"?>
<!--This file was created automatically by html2xhtml-->
<!--from the HTML stylesheets.-->
<xsl:stylesheet exclude-result-prefixes="d"
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook"
xmlns="http://www.w3.org/1999/xhtml" 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 match="d:subjectset"/>

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

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

Version data entries

9 entries across 5 versions & 2 rubygems

Version Path
docbook_xsl_wrapper-0.5.2 xsl/xhtml/keywords.xsl
booky-0.0.4 lib/stylesheets/xhtml-1_1/keywords.xsl
booky-0.0.4 lib/stylesheets/xhtml/keywords.xsl
booky-0.0.3 lib/stylesheets/xhtml-1_1/keywords.xsl
booky-0.0.3 lib/stylesheets/xhtml/keywords.xsl
booky-0.0.2 lib/stylesheets/xhtml/keywords.xsl
booky-0.0.2 lib/stylesheets/xhtml-1_1/keywords.xsl
booky-0.0.1 lib/stylesheets/xhtml/keywords.xsl
booky-0.0.1 lib/stylesheets/xhtml-1_1/keywords.xsl