This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: parsing strings


> I am looking for a string tokenizer, similar to the
> one available in the java library.
>
> I have a source node with delimited key/value pairs
>
> <text>A:a;B:b;C:c;D:d</text>
>
You can do this in XSLT using recursive templates and the substring-before()
and substring-after() functions, but it's easier to use an extension
function such as saxon:tokenize().

>
> I've heard that the next version of XPath will include
> string tokenizers.

Better string handling is certainly on the published requirements list.

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]