[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Error Using  

Subject: RE: Error Using  
From: "Yates, Danny (ANTS)" <danny.yates@xxxxxxxxxx>
Date: Thu, 14 Nov 2002 13:43:35 -0000
using nbsp in xml
Hi,

You're referencing an undefined entity.

&nbsp; is defined in HTML, but not in XML. XML only defines:

&lt;  &gt;  &apos;  &quot;  &amp;

If you want any other entities, you will have to define them yourself.

Alternatively, just use the character reference directly (&#160;). If
you have <xsl:output> set to HTML, then the chances are that the
serialiser will write this out as &nbsp; in your output stream. Or it
might write it as &#160; or &#xA0; but it doesn't matter, they're all
the same in HTML.

Regards,

Dan.

-- 
Danny Yates
Technical Architect
Abbey National Treasury Services
E-mail: Danny.Yates@xxxxxxxxxx
Phone: +44 20 7756 5012
Fax: +44 20 7612 4342


-----Original Message-----
From: Schwartz, Rechell R, ALCAS [mailto:rrschwartz@xxxxxxx]
Sent: 14 November 2002 13:37
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  Error Using &nbsp;


All,

Whenever I use <xsl:text>&nbsp;</xsl:text> in my XML editor (Architag), I
get an error message: reference to undefined entity nbsp;
What am I doing wrong?

Thanks,
Rechell

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


***************************************************************************
This communication (including any attachments) contains confidential information.  If you are not the intended recipient and you have received this communication in error, you should destroy it without copying, disclosing or otherwise using its contents.  Please notify the sender immediately of the error.

Internet communications are not necessarily secure and may be intercepted or changed after they are sent.  Abbey National Treasury Services plc does not accept liability for any loss you may suffer as a result of interception or any liability for such changes.  If you wish to confirm the origin or content of this communication, please contact the sender by using an alternative means of communication.

This communication does not create or modify any contract and, unless otherwise stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office:  Abbey National House, 2 Triton Square, Regents Place, London NW1 3AN.  Registered in England under Company Registration Number: 2338548.  Regulated by the Financial Services Authority (FSA).
***************************************************************************


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.