Hi,
I need call script when my custom control render the XLST, something like this
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:WC="wgcontrols">
<xsl:template match="WC:GZIP" mode="modContent">
<xsl:attribute name="Class">ImageProcessor-Control</xsl:attribute>
<script > doSomething("test")..... </script >
</xsl:template>
</xsl:stylesheet> But the script never execute .