i have notice thatyes, i noticed it a few days ago. It is the "normal" behavior of IE :/
pages that include javascript code this way:
<script src="javascript/mainmenu.js"/>
served from cocoon (i think that cocoon has nothing to do with that) give blank results in IE.
asking for "View source " you can see the generated xhtml code but IE display nothing
changing to: <script src="javascript/mainmenu.js"></script>
everything work fine but its not standard to generate _empty_ element this way using xslt
is this a IE bug
anyone has notice something similar?
To avoid such problems with Cocoon, use the HTML serializer, it automatically generates </script> close tags.
In an XSL stylesheet, you can try to use <xsl:output method="html"/>.
Fred
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
