Subject: RE: JavaScript In Cocoon
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 5 Nov 1999 09:40:05 -0000
|
>
> I am trying to use Javascript in my XSL page, but I am having
> problems with the special characters getting changed to other
> equivalents.
>
I don't know whether cocoon supports it, but if you specify <xsl:output
method="html"> then angle brackets within an HTML SCRIPT element should be
output as is, i.e. not escaped. You could also try enforcing this behaviour
using disable-output-escaping="yes" (but I don't know if cocoon supports
that either).
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|