Show
Ignore:
Timestamp:
06/23/13 17:04:52 (11 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

XHTML metadata: klíčová slova

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • šablona/stránka-společné.xsl

    r126 r127  
    8585                <meta content="{text()}" name="description"/> 
    8686        </xsl:template> 
     87        <xsl:template match="s:stránka/s:klíčováSlova"> 
     88                <xsl:element name="meta"> 
     89                        <xsl:attribute name="content"> 
     90                                <xsl:for-each select="s:slovo"> 
     91                                        <xsl:value-of select="text()"/> 
     92                                        <xsl:if test="not(position() = last())">, </xsl:if> 
     93                                </xsl:for-each> 
     94                        </xsl:attribute> 
     95                        <xsl:attribute name="name">keywords</xsl:attribute> 
     96                </xsl:element> 
     97        </xsl:template> 
    8798 
    8899        <!--