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: handle & in XML


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@rivcom.com
website: www.rivcom.com


 -----Original Message-----
From: 	skodali@eccompany.com [mailto:skodali@eccompany.com] 
Sent:	11 February 2000 16:45
To:	xsl-list-digest@mulberrytech.com
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]