RE: [xsl] output formatting

Subject: RE: [xsl] output formatting
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 29 Jan 2001 20:18:14 -0000
> how could you preserve the spacing between the img tags so
> the resulting
> html looked like:
>
> <img src="test.gif">
>
> <img src="test.gif">
>
>
> My transformation keeps putting the tags together.

Whitespace text nodes in the stylesheet are ignored. If you want to output
whitespace, use <xsl:text>.

Mike Kay


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


Current Thread