RE: [xsl] good old & problem

Subject: RE: [xsl] good old & problem
From: Meltem Kogelbauer <meltem.kogelbauer@xxxxxxxxxxxxxxxxxx>
Date: Wed, 15 Aug 2001 18:08:00 +0100
Unfortunately the suggestions below did not work. When I save the xml
generated on-the-fly and then do the transformation with the same parser
(xalan) it works fine. I get the output as "&". So I think that the problem
is related to the java but I cannot figure out what. 
Any more suggestions??

Thanks

Meltem

-----Original Message-----
From: Crowers, Steve [mailto:scrowers@xxxxxxxxxxxx]
Sent: Tuesday, August 14, 2001 3:13 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] good old &amp; problem


> Although the "&" is entered as "&amp;" in xml it is not transformed to 
> "&",pushed to the client as "&amp;". Does anybody have any idea why it
> is so?

chances are, your output media-type is either "html" (which needs the
sequence since '&' is a reserved character) or "xml" (ditto, I think).
Either set it to "text" or use disable-output-escaping.

HTH

-Steve


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

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


Current Thread