Subject: Re: Seperating a delimited String...
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 10 Apr 2002 11:00:46 -0700 (PDT)
|
> I have a Requirement like this. I have an
> attribute in my XML Data which will be String
> delimited by a pipe symbol.I need to tokenize this
> string and using the seperated values i need to build
> a ComboBox With these values.
>
> Is this Possible??
Yes, you can use the string-handling functions of FXSL -- the XSLT
Functional Programming Library.
Also, do have a look at one of my previous messages in this list -- "A
Functional Tokenizer"
http://sources.redhat.com/ml/xsl-list/2001-11/msg00901.html
FXSL is available for MSXML, Saxon and Xalan. It can be downloaded at:
http://www.topxml.com/downloads/default.asp?id=v200231744953
Articles, describing the main ideas, which form the base for FXSL, can
be found at TopXML.com:
1. The Functional Programming Language XSLT
http://www.topxml.com/xsl/articles/fp
2. Dynamic Functions using FXSL: Composition, Partial Applications and
Lambda Expressions
http://www.topxml.com/xsl/articles/df
Cheers,
Dimitre Novatchev.
__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|