Re: [xsl] converting XML to XML problem

Subject: Re: [xsl] converting XML to XML problem
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Tue, 11 Nov 2003 00:48:17 +0100
Abhijit Junnare wrote:
I am using xsl for xml to xml tranformation. I want to
pring & character in my output xml. But when I run the
transformation I get &amp;

That's exactly what you should expect. The ampersand is a special character, and must be escaped as &amp; in XML.

Why do you think you need a plain ampersand in your output,
despite the format being XML? There may be solutions to
this problem.

J.Pietschmann


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



Current Thread