Suggestions |
---|
Search:
|
Next:
varlistentry |
Previous:
variablelist Up: Lists lists.mod.xsl |
orderedlist — Process orderedlist [2.0.9] elements
<xsl:template match="orderedlist"> <xsl:variable name="numeration"> <xsl:choose> <xsl:when test="@numeration"> <xsl:value-of select="@numeration"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="arabic"/> </xsl:otherwise> </xsl:choose> </xsl:variable> ... </xsl:template>