Re: Removing white space

2004-02-26 Thread J.Pietschmann
E S wrote: Now the source is: bla [snip] And I want to avoid the newlines to be passed through to the output. The output must be: bla,bla,whatever and NOT bla ,bla ,whatever How - please? white-space-collapse ? By default, newlines are *not* formatted as line breaks. Did you actually try runnin

Re: Removing white space

2004-02-26 Thread Chris Bowditch
And I want to avoid the newlines to be passed through to the output. The output must be: bla,bla,whatever and NOT bla ,bla ,whatever There are many factors that cause this is to happen. First of all I need to see a bit of more of your XSL (not too big please) How - please? white-space-collapse

Removing white space

2004-02-25 Thread E S
I am creating a stylesheet to render text from an xml file and have a loop like: , Now the source is: bla bla whatever And I want to avoid the newlines to be passed through to the output. The output must be: bla,bla,whatever and NOT bla ,bla ,whatever How - please? white-spac