xsl-list
[Top] [All Lists]

RE: prevent linebreaks

2003-05-16 02:08:34
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



<Prev in Thread] Current Thread [Next in Thread>