|
Subject: Re: Perl "join()"-like operation? From: Steve Tinney <stinney@xxxxxxxxxxxxx> Date: Fri, 25 Feb 2000 19:05:07 -0500 |
<xsl:variable name="elements">
<xsl:for-each select="/test/elem">
<xsl:value-of select="."/>
<xsl:if test="position() != last()">,</xsl:if>
</xsl:for-each>
</xsl:variable>
Steve
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Perl "join()"-like operation?, Kyle Downey | Thread | RE: XSDL Presentation, John Hervey |
| RE: XSDL Presentation, John Hervey | Date | error in http://www.w3.org/TR/2000/, Louis-Dominique Dube |
| Month |