comparison xslt/menu.xslt @ 1083:2c57830e0149

Regenerated.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 27 Feb 2014 18:12:20 +0400
parents b133b1f44765
children c454373427ef
comparison
equal deleted inserted replaced
1082:c3a1cf38f19e 1083:2c57830e0149
59 59
60 <xsl:when test="starts-with(@href, $DIRNAME)"> 60 <xsl:when test="starts-with(@href, $DIRNAME)">
61 <xsl:choose> 61 <xsl:choose>
62 62
63 <xsl:when test="substring-after(@href, $DIRNAME) = ''"> 63 <xsl:when test="substring-after(@href, $DIRNAME) = ''">
64 ./</xsl:when> 64
65 <xsl:text>./</xsl:text>
66 </xsl:when>
65 67
66 <xsl:otherwise> 68 <xsl:otherwise>
67 69
68 <xsl:value-of select=" substring-after(@href, $DIRNAME)"/> 70 <xsl:value-of select=" substring-after(@href, $DIRNAME)"/>
69 </xsl:otherwise> 71 </xsl:otherwise>