RE: [xsl] prevent linebreaks

Subject: RE: [xsl] prevent linebreaks
From: Jarno.Elovirta@xxxxxxxxx
Date: Fri, 16 May 2003 12:08:34 +0300
Hi,

> is there a way to prevent linebreaks?
>
> so that the output is like:
> 
> <foo /><bar />
> 
> instead of
> <foo />
> <bar />
> 
> for sure i could use xsl:text, but that gets a bit akward with the 
> time..

Well, depends. Usually the answer is to set indent="no" on xsl:output. Or, if the line break comes from the source, use e.g. xsl:strip-space to remove extra whitespace from the source tree, or make sure you don't copy it throught.

Cheers,

Jarno - Echo Image: Endless Day (Club Version)

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread