Subject: Re: html:br
From: "Karl J. Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Mon, 31 Mar 2003 15:12:51 -0700
|
Hmmm... good point.
So there is no way to create an "entity" (or similar) of a line break
character then?
Karl
----- Original Message -----
From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, March 31, 2003 2:48 PM
Subject: Re: html:br
>
>
> your entity will be expanded before XSLT starts so if you write "&lb;" the
> XSLT engine will see a newline char, the same as if you had gone " "
> or just "
> "
> in all cases the white space will be stripped unless you stop it being
> stripped eg by putting it in <xsl:text>.
>
> David
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|