|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: How to use for-each to get comma searated list?
How about adding an 'if' around comma text:
<xsl:if match=".[$not$ end()]">
<xsl:text>,</xsl:text>
</xsl:if>
__________________________________
SPX - Valley Forge T.I.S.
25691 Atlantic Ocean Drive Suite B-7
Lake Forest, CA 92630
USA www.vftis.com
__________________________________
Tel: (949) 460 0094
Fax: (949) 460 0095
e-Mail: gpaiz@xxxxxxxxx
__________________________________
> #Following is a simplified target HTML mapping desired
>
> <BODY>valueList="3.75,2.25"</BODY>
>
> --------------
>
> #Following is my simplified XSL file
>
> <xsl:template match="/">
> <BODY>
> <xsl:text>valueList="</xsl:text>
> <xsl:for-each select="Section/Foo">
> <xsl:process select="Value"/>
> <xsl:text>,</xsl:text>
> </xsl:for-each>
> <xsl:text>"</xsl:text>
> </BODY>
> </xsl:template>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








