> -----Original Message-----
> From: fabrizio picca 
> Sent: Monday, 22 November 2004 7:53 a.m.
> Subject: newbie question: xsl tokenizer
> 
> 
> is there a way to get something similar the java string tokenizer in
> xsl processing?

You can also do this kind of thing in pure XSLT using recursive templates to 
parse the string. 
For complex string-parsing, check out the XSLT "standard library" at 
http://xsltsl.org/ which includes functions like "substring-before-first", etc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to