JavaScript in XSLT template


/ Published in: XSLT
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <SCRIPT LANGUAGE="javascript" DEFER="true">
  2. <xsl:comment>
  3. <![CDATA[
  4. alert('mycode here');
  5. ]]>
  6. </xsl:comment>
  7. </SCRIPT>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.