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: "Improve your XSLT coding five ways"


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> Michael.Rohde@in-gruppe.de
> Sent: Monday, January 22, 2001 8:58 AM
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] "Improve your XSLT coding five ways"
>
>
> Hi,
>
> In the new tutorial by Benoît Marchal
>
> http://www-106.ibm.com/developerworks/library/x-xslt5.html?dwzone=xml
>
> there is one chapter about HTML entities, and I don't understand
> why to use non-breaking space in such a complicated way. Until now, I
> simply used   in XSL, which works fine and results in  
> in the HTML output.
>
> The author recommends
> <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text></td>
> Why is that?

I don't understand why somebody would recommend that *unless* he absolutely
needs the representation as &-n-b-s-p-; in the output (however the author
doesn't state that this is the reason).

Besides, he forgets to mention that  disable-output-escaping my be ignored
by XSLT processors.

Julian


 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]