Re: [xsl] What is the problem with '&'?

Subject: Re: [xsl] What is the problem with '&'?
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Wed, 29 May 2002 16:16:56 +0200
Pierre Duhem wrote:

> I have a program which produces xml files and get a problem: when
I displaye the file in MSIE, I get an error where the '&' character
appears, like in 'Ernst & Young' with a message about space being not
allowed there. Should I escape this character?

Sure. Have you read xml spec? You have to escape & and < as &amp; and &lt;.


--
Oleg Tkachenko
Multiconn International, Israel


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



Current Thread