<xsl:if test="expression"> <xsl:value-of select="Name" /> </xsl:if>
<xsl:choose> <xsl:when test="$page > 1"> <xsl:value-of select="concat('/', $section, '/', $page)" /> </xsl:when> <xsl:when test="$page = 1"> <xsl:value-of select="concat('/', $section, '/', 1)" /> </xsl:when <xsl:otherwise> <xsl:value-of select="concat('/', $section)" /> </xsl:otherwise> </xsl:choose>
© accounting.org.ua - 2024