RE: [xsl] & replacemnt?

Subject: RE: [xsl] & replacemnt?
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 2 Dec 2002 17:26:42 -0000
> I have a source xml file containing data as:

>   <b>Gamme de vitrages d&amp;#8217;allèges opacifiés </b>

It should have been encoded as

    <b>Gamme de vitrages d&#8217;allèges opacifiés </b>

I think you need to ask why the data is wrongly encoded in the first
place (i.e. why it is double-escaped), and fix the problem at source.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 



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


Current Thread