Subject: RE: good old & problem
From: "Crowers, Steve" <scrowers@xxxxxxxxxxxx>
Date: Tue, 14 Aug 2001 10:13:05 -0400
|
> 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
|