RE: [xsl] Request for Help

Subject: RE: [xsl] Request for Help
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 29 Jan 2001 17:34:49 -0000
> >I am newbie in xsl. I hava a problem I really need your help. I use
> >this XSL style sheet to transform one XML file as follows:
> >generate:
> >
> ><?xml version='1.0' encoding='ISO-8859-1'?>
> ><!DOCTYPE root >
> ><root id="1">
> >  <data id="2">Stand & Hardy</data>
> ></root>
> >
> >This cause that the next transformation based on this XML results
> >fails. Because the ampersand entity has been translated.
> >
The ampersand would have been output as &amp; , and the next transformation
would have worked, if you hadn't deliberately caused it to be output as "&"
by specifying disable-output-escaping="yes". Why did you do this?

Mike Kay


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


Current Thread