xsl-list
[Top] [All Lists]

Re: html:br

2003-03-31 15:12:51
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(_at_)nag(_dot_)co(_dot_)uk>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Monday, March 31, 2003 2:48 PM
Subject: Re: [xsl] 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 "&#10;"
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



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