RE: handle & in XML

Subject: RE: handle & in XML
From: Daniel Rivers-Moore <daniel.rivers-moore@xxxxxxxxxx>
Date: Fri, 11 Feb 2000 18:19:01 -0000
You need to write <company>barnes&amp;noble</company>

There are five characters for which there are predefined entity references
in XML. They are as follows:

'  which should be written as &apos; (short for 'apostrophe')
"  which should be written as &quot; (short for 'quote')
<  which should be written as &lt; (short for 'less than')
>  which should be written as &gt; (short for 'greater than')
&  which should be written as &amp; (short for 'ampersand')

Daniel Rivers-Moore
Director of New Technologies
RivCom

Direct line: +44 (0)1793 792004
Switchboard: +44 (0)1793 792000
Fax: +44 (0)1793 792001
email: daniel.rivers-moore@xxxxxxxxxx
website: www.rivcom.com


 -----Original Message-----
From: 	skodali@xxxxxxxxxxxxx [mailto:skodali@xxxxxxxxxxxxx] 
Sent:	11 February 2000 16:45
To:	xsl-list-digest@xxxxxxxxxxxxxxxx
Subject:	handle & in XML




Hi l,
   I am writing XSLT for generating HTML from XML.
IE5 stops proceesing after seeing & in the XML.
<company>
barnes&nobel
</company>
xsl processing stops at this node. Any suggestions will
be greatly appreciated.

Regards,
Satish



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


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


Current Thread
  • handle & in XML
    • skodali - Fri, 11 Feb 2000 08:44:45 -0800
      • <Possible follow-ups>
      • Kay Michael - Fri, 11 Feb 2000 17:21:28 -0000
      • Daniel Rivers-Moore - Fri, 11 Feb 2000 18:19:01 -0000 <=