M
Matt
I want to produce item1, item2, item3, etc... in HTML. i.e. it has
commas between the items.
In XSL, I do the following, but it don't display anything
<xsl:if test=<xsl:number/> > 1>,</xsl:if>
<xsl:value-of select="item"/>
any ideas? please advise. thanks!!
commas between the items.
In XSL, I do the following, but it don't display anything
<xsl:if test=<xsl:number/> > 1>,</xsl:if>
<xsl:value-of select="item"/>
any ideas? please advise. thanks!!