comparison xslt/menu.xslt @ 409:6fa99c92e40a

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 13 Feb 2012 12:24:04 +0000
parents cd2698ea00ab
children ba913f7cf7c1
comparison
equal deleted inserted replaced
408:202e4424cab8 409:6fa99c92e40a
84 </xsl:otherwise> 84 </xsl:otherwise>
85 </xsl:choose> 85 </xsl:choose>
86 </xsl:if> 86 </xsl:if>
87 </xsl:template> 87 </xsl:template>
88 88
89 <xsl:template match="menu/item[starts-with(@href, 'http://')]"> 89 <xsl:template match="menu/item[starts-with(@href, 'http://') or starts-with(@href, 'https://')]">
90 90
91 <a href="{@href}"> 91 <a href="{@href}">
92 <xsl:value-of select=" normalize-space(text())"/> 92 <xsl:value-of select=" normalize-space(text())"/>
93 </a> 93 </a>
94 94