entity encoding error within an inline java script

Dear all,

I have a stylesheet with inline javascript.
I use CDATA and <xsl:text> as follows to avoid coding
entities:

...

<script language="JavaScript" type="text/javascript">
<xsl:text disable-output-escaping="yes">
// <![CDATA[
function addgroup(){

...


This stylsheet produces the right html output when I
process it with Saxon.
However Cocoon does nonetheless code the entitis e.g.:

...

while (r.childNodes.length>0){

...

produces with Cocoon

...

while (r.childNodes.length&gt;0){

...


etc.


What do I need to change in the stylesheet to get the
right result ?



Kind regards,

Holger

___________________________________________________
The ALL NEW CS2000 from CompuServe
 Better!  Faster! More Powerful!
 250 FREE hours! Sign-on Now!
 http://www.compuserve.com/trycsrv/cs2000/webmail/





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to