]> git.lyx.org Git - lyx.git/blob - lib/docbook/xhtml/keywords.xsl
Release notes
[lyx.git] / lib / docbook / xhtml / keywords.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 <xsl:template match="d:keywordset"/>
12 <xsl:template match="d:subjectset"/>
13
14 <!-- ==================================================================== -->
15
16 <xsl:template match="d:keywordset" mode="html.header">
17   <meta name="keywords">
18     <xsl:attribute name="content">
19       <xsl:apply-templates select="d:keyword" mode="html.header"/>
20     </xsl:attribute>
21   </meta>
22 </xsl:template>
23
24 <xsl:template match="d:keyword" mode="html.header">
25   <xsl:apply-templates/>
26   <xsl:if test="following-sibling::d:keyword">, </xsl:if>
27 </xsl:template>
28
29 <!-- ==================================================================== -->
30
31 </xsl:stylesheet>