[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Netscape7.1 bug or bad code?


Subject: Re: [xsl] Netscape7.1 bug or bad code?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 2 Jul 2003 09:42:22 +0100

  I'm having a problem with the JavaScript 
  between <xsl:comment><![CDATA[ and ]]></xsl:comment>tag 
  in m


  Everything works fine in IE5, and Netscape7.02 
  but does not work in Netscape 7.1(ignore the JavaScript) .

If you put things in a comment, you can expect them to be ignored.
In HTML script is a CDATA element (which doesn't exist in XML)
so < is not special so <!-- does not start a comment, but in XHTML
script element is not special and so <!-- does start a comment and your
javascript is likely to be ignored.

Solution is easy, don't comment it out.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords