Re: Re: normalize-space and cocoon

2007-01-13 Thread Bertrand Delacretaz
On 1/13/07, km <[EMAIL PROTECTED]> wrote: ...The Problem is, we are looking for a performace - my boss think, it can make the application faster I doubt removing normalize-space would make a significant difference in performance, slow XSLT transforms have usually much worse problems than t

Re: Re: normalize-space and cocoon

2007-01-13 Thread km
hi > > Hi km, > > On Jan 12, 2007, at 1:23 PM, km wrote: > > > > > I use a lot of xsl with different params. Some of the params I catche > > with "normalize-space($param)". > > Why? Is it your own XSLT that you wrote, or did you inherit it from > somebody else? It is a mix from my own styl

Re: normalize-space and cocoon

2007-01-12 Thread Mark Lundquist
Hi km, On Jan 12, 2007, at 1:23 PM, km wrote: I use a lot of xsl with different params. Some of the params I catche with "normalize-space($param)". Why? Is it your own XSLT that you wrote, or did you inherit it from somebody else? I think I can delete all "normalize-space", Why do y

Re: normalize-space and cocoon

2007-01-12 Thread Alfred Nathaniel
On Fri, 2007-01-12 at 22:23 +0100, =?UTF-8?Q? km ?= wrote: > Hello > > I use cocoon 2.1 and tomcat. > > I use a lot of xsl with different params. Some of the params I catche with > "normalize-space($param)". > > I think I can delete all "normalize-space", but bevor I do something like > this,