| Subject: Re: [xsl] How to tokenize a string that contains  space-delimited tokens and a quoted string that must not be tokenized? From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Mon, 28 Nov 2022 14:47:15 -0000 | 
Hi Folks,ground
I want to tokenize this string:
if machine = "Intel 386 or later processors and compatible processors" then
sequence of tokens?
into this sequence of tokens:
if machine = Intel 386 or later processors and compatible processors then ground
Is there a simple way in XSLT/XPath to tokenize the string into the desired
analyze-string('if machine = "Intel 386 or later processors and compatible processors" then ground', '"[^"]*"|\S+')/*:match/string()
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] How to tokenize a string that, Roger L Costello cos | Thread | Re: [xsl] How to tokenize a string , Chris Papademetrious | 
| [xsl] How to tokenize a string that, Roger L Costello cos | Date | Re: [xsl] How to tokenize a string , David Carlisle d.p.c | 
| Month |