comparison xslt/content.xslt @ 1898:d83f7372feb5

Regenerated.
author Vladimir Homutov <vl@nginx.com>
date Fri, 10 Feb 2017 12:55:59 +0300
parents c3a53a1bb063
children 02dedcb347e5
comparison
equal deleted inserted replaced
1897:364a04c4f761 1898:d83f7372feb5
94 <xsl:text disable-output-escaping="yes">&lt;p&gt; </xsl:text> 94 <xsl:text disable-output-escaping="yes">&lt;p&gt; </xsl:text>
95 </xsl:template> 95 </xsl:template>
96 96
97 <xsl:template match="listitem"> <li> <xsl:apply-templates/> </li> </xsl:template> 97 <xsl:template match="listitem"> <li> <xsl:apply-templates/> </li> </xsl:template>
98 <xsl:template match="listitem[@id]"> <li id="{@id}"> <xsl:apply-templates/> </li> </xsl:template> 98 <xsl:template match="listitem[@id]"> <li id="{@id}"> <xsl:apply-templates/> </li> </xsl:template>
99 99
100 <xsl:template match="list[@type='tag']"> 100 <xsl:template match="list[@type='tag']">
101 <xsl:choose><xsl:when test="@compact = 'yes'"> 101 <xsl:choose><xsl:when test="@compact = 'yes'">
102 <dl class="compact"> <xsl:apply-templates/> </dl> 102 <dl class="compact"> <xsl:apply-templates/> </dl>
103 </xsl:when><xsl:otherwise> 103 </xsl:when><xsl:otherwise>
104 <dl> <xsl:apply-templates/> </dl> 104 <dl> <xsl:apply-templates/> </dl>