> <input type="checkbox" name="foo" 
> onclick="function(getAttribute('name'))">
> 
> becomes
> 
> <input type="checkbox" name="foo" 
> onclick="function(getAttribute(&apos;name&apos;))">

try something like this:
<input type="checkbox" name="foo">
  <xsl:attribute  name = "onclick"
>function(getAttribute('name'))</xsl:attribute>
</input>
or
with <xsl:text>

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to