[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: String Tokenizer in XSLT

Subject: Re: String Tokenizer in XSLT
From: Mario Madunic <hajduk@xxxxxxxx>
Date: Wed, 6 Dec 2006 14:21:57 -0800
Re:  String Tokenizer in XSLT
It seems you are only translating the comma into a | and not needing to tokenize
the string so the following should suffice.

<xsl:sequence select="translate(., ',', '|')" />

which will give you the out put 1|2|3

but don't mind me I've missed most of this thread.

Mario


Quoting Kamal Bhatt <kbhatt@xxxxxxxxx>:

> Florent Georges wrote:
> > 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,
> >   
> You are right. to get my output you need a not(position() =  last()).
> 
> -- 
> Kamal Bhatt

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.