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 |
- prevent linebreaks
- florian - Fri, 16 May 2003 04:44:19 -0400 (EDT)
- <Possible follow-ups>
- Jarno . Elovirta - Fri, 16 May 2003 05:08:45 -0400 (EDT) <=
|
|