[xsl] problem with tokenize

Subject: [xsl] problem with tokenize
From: "Kent Seegmiller" <hookjaw20@xxxxxxxxxxx>
Date: Fri, 10 Feb 2006 00:16:20 -0700
I am trying to tokenize a text file using 2.0:

10/12/05,"Caldwell, ID",205,"12,569",625,8
10/23/05,"Seattle, WA","1,092","1,269",695,4
10/31/05,"Denver, CO",203,"3,567","9,668",7

but I don't want to split words or numbers inside quotation marks.
Would it be easier to use recursion, or tokenize?

Thanks in advance

Current Thread