This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: output formatting


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]