[xsl] Re: Tabs

Subject: [xsl] Re: Tabs
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 15 Aug 2002 05:34:50 -0700 (PDT)
--- "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


Current Thread
  • [xsl] Re: Tabs
    • Dimitre Novatchev - Thu, 15 Aug 2002 05:34:50 -0700 (PDT) <=