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]
Other format: [Raw text]

Re: What is the problem with '&'?


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


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