Changeset 1580

Show
Ignore:
Timestamp:
05/23/08 18:23:21 (5 months ago)
Author:
mikey
Message:

fix: use ixsl so that javascript code passes transformation and is not thrown away during transformation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/resources/xsl/stub.xsl

    r1579 r1580  
    3838  <xsl:template match="stub:script"> 
    3939    <script type="text/javascript"><xsl:copy-of select="@*"/> 
    40       <xsl:comment><xsl:copy-of select="node()"/>//</xsl:comment> 
     40      <ixsl:comment><xsl:copy-of select="node()"/>//</ixsl:comment> 
    4141    </script> 
    4242  </xsl:template>