[Home] [By Thread] [By Date] [Recent Entries]
On 10/6/06, Robert Walpole <robert.walpole@xxxxxxxxxxxx> wrote:
Hi, In 2.0 you can use: string-join(//*[not(*)]/@name, ', ') In 1.0 you don't have the string-join() function so you need to add the comma yourself: <xsl:for-each select="//*[not(*)]/@name"> <xsl:value-of select="."/> <xsl:if test="position() != last()">, </xsl:if> </xsl:for-each> cheers andrew
|

Cart



