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]
Other format: [Raw text]

Re: Tabs


--- "sascha" <sascha at assbach dot de> wrote:

> 
> Thanks for your offer, but if i had to transform it i would try to so
> it
> with XSLT in another step.
> 

You can do so with XSLT in the same step, using the tokenizer of FXSL
(FXSL is pure XSLT, not a library of extension functions as some people
think).

Download FXSL and have a look at strSplit-to-Words2.xsl, or search Dave
Pawson's XSLT-FAQ for "functional tokenizer", ... or just look here:

http://sources.redhat.com/ml/xsl-list/2001-11/msg00901.html

The functional tokenizer accepts a set of delimiters (e.g ' ', CR, NL,
TAB, ';', ',',... etc.), thus achieving much greater flexibility than
other algorithms, having either a hard-wired delimiter-character or
accepting as parameter just a single character.



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

 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]