[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Output
> <xsl:text disable-output-escaping="yes"> </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 " ". 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|