This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: good old & problem


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@liberate.com]
Sent: Tuesday, August 14, 2001 3:13 PM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] good old & problem


> Although the "&" is entered as "&" in xml it is not transformed to 
> "&",pushed to the client as "&". 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]