|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Why does Ie5b2 expect <xsl:comment> with <SCRIPT>?
Hello,
I am in the process of running an XML file linked to a XSL which contained
<SCRIPT> as a part of the it's template. something like :-
1. <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
2. <xsl:template match="/">
3. <HTML>
4. <HEAD>
5. <TITLE>Testing</TITLE>
6. </HEAD>
7. <SCRIPT language="JavaScript"><xsl:comment><![CDATA[
8. function Testfunc()
9. {
10. /*some JavaScript code*/
11. }
12. </xsl:comment>]]></SCRIPT>
13. <BODY>
14. <B>Testing </B>
15. </BODY>
16. </HTML>
If I do not include <xsl:comment> before the CDATA declaration
<
Cart








