Re: [xsl] html:br

Subject: Re: [xsl] html:br
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 31 Mar 2003 22:48:35 +0100

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


Current Thread