RE: [xsl] Output  

Subject: RE: [xsl] Output  
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 30 Jan 2002 14:54:24 -0000
> <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
>
> Results in error:
> 09:03:47 Error: line 130 col 59: The entity "nbsp" was
> referenced, but not
> declared.
>
> What am I missing?
>

(a) The fact that in XML you have to declare entities before you can use
them
(b) The 1000001 entries on this list that tell you how to solve this
problem: use "&#xa0;". And don't use disable-output-escaping (it has no
effect here because you aren't outputting characters that get escaped; but
if you were, the only effect would be to make your output ill-formed.)

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread