|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to tokenize a string that contains space-delimited
Hi Folks,
I want to tokenize this string:
if machine = "Intel 386 or later processors and compatible processors" then
ground
into this sequence of tokens:
if
machine
=
Intel 386 or later processors and compatible processors
then
ground
Unfortunately, this:
tokenize(.,'\s+')
does not do the desired tokenization, as it also breaks up:
"Intel 386 or later processors and compatible processors"
into pieces.
Nor does this do the desired tokenization:
tokenize(.,'(\s+)|(")')
Is there a simple way in XSLT/XPath to tokenize the string into the desired
sequence of tokens?
/Roger
|
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








