xsl-list
[Top] [All Lists]

Re: [xsl] String Tokenizer in XSLT

2006-12-06 14:52:06
Kamal Bhatt wrote:

  Hi

<xsl:for-each select="str:tokenize('1,2,3', ',')">
  <xsl:value-of select="."/><xsl:text>|</xsl:text>
</xsl:for-each>

will give 1|2|3

  Or more precisely 1|2|3| ;-)

  Regards,

--drkm























        

        
                
___________________________________________________________________________ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>