xsl-list
[Top] [All Lists]

RE: '<' Gets Converted to '&lt;'

2002-11-11 00:42:05
Hi,

Try this:

<script language="JavaScript">
  function copy_onclick(tblGroups)
  {
    alert('inside');
    for(i=0;i&lt;tblGroups.rows.length;i++)
    {
      alert('Success1');
    }
    }
</script>

This will no make no difference in the output. Instead, add "script" to 
cdata-section-elements attribute on xsl:output.

also, I recommend you:
1-put yoour java script in a external file.

But this is what you should do.

Cheers,

Jarno

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • RE: '<' Gets Converted to '&lt;', Jarno . Elovirta <=