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: Top Ten Java and XSLT Tips, #5


[Julian Reschke]

> Thomas,
>
> how you declare non-breaking spaces in your XSLT code (  or  )
> has no effect whatsoever on it's output.
>
>

Not necessarily.  If you use output escaping to place the ***text
characters*** " " into your output, you have something different from
what you would get if you used   , which would place a single character
into the output.  It's possible a browser might treat them differently
(although it shouldn't).

If you used an entity declaration to define the entity   as equal to
the value of  , then your statement would apply.

Cheers,

Tom P


 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]