xsl-list
[Top] [All Lists]

Re: converting XML to XML problem

2003-11-10 16:48:17
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 &

That's exactly what you should expect. The ampersand is
a special character, and must be escaped as & 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



<Prev in Thread] Current Thread [Next in Thread>