Lines 888-897
Link Here
|
888 |
<xsl:with-param name="codes">a</xsl:with-param> |
888 |
<xsl:with-param name="codes">a</xsl:with-param> |
889 |
<xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> |
889 |
<xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> |
890 |
</xsl:call-template> |
890 |
</xsl:call-template> |
891 |
<xsl:choose> |
891 |
<xsl:if test="not(position()=last())"><xsl:text> | </xsl:text></xsl:if> |
892 |
<xsl:when test="position()=last()"><xsl:text> </xsl:text></xsl:when> |
|
|
893 |
<xsl:otherwise> | </xsl:otherwise> |
894 |
</xsl:choose> |
895 |
</xsl:for-each> |
892 |
</xsl:for-each> |
896 |
</span> |
893 |
</span> |
897 |
</xsl:if> |
894 |
</xsl:if> |
898 |
- |
|
|