String tokenizing in XSL

Greetings to all..

I am trying tokenize a string in XSL using str:tokenize. I want the
delimiter to be taken as a combination of charactes. That is the tokenizing
should occur only if combination of characters exist. (It should not
tokenize if any of the characters in the delimiter is present individually)

For egs:

When I use str:tokenize('A%^B~^C%^D~^','~^') , I should get the output as
A%^B and C%^D.

Is it possible with str:tokenize? IF not is there any other function to do
this.

Thanks in advance..
priby
-- 
View this message in context: http://www.nabble.com/String-tokenizing-in-XSL-tp16489194p16489194.html
Sent from the w3.org - xsl-editors mailing list archive at Nabble.com.

Received on Friday, 4 April 2008 12:30:09 UTC