|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: concating strings in a loop
hi! Herwig pl. try this.. <xsl:for-each select="person"> <xsl:value-of select="name" /> <xsl:if test="not(position() = last())">,</xsl:if><fo:inline color="white">.</fo:inline> </xsl:for-each> hope this helps cheers, Raj --- Herwig Posedu <herwig.posedu@xxxxxxxxxx> wrote: > hi! > i want to display a list of persons > "comma-seperarted" on my pdf-file. > how can i concate those person-names seperated with > a "," but in that > way, that after the last name is no ",". > i did it like this > > <xsl:for-each select="person"> > <xsl:value-of select="name" /> > ,<fo:inline color="white">.</fo:inline> > </xsl:for-each> > -> the output for example is: mike, john, > -> i want to have: mike, john > how can i concate the strings and substring it, so > that the last comma > will be removed > > thx for help > -- > Herwig Posedu > > > > XSL-List info and archive: > http://www.mulberrytech.com/xsl/xsl-list > __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html 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








