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


> 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


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