You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/07/12 10:48:23 UTC

DO NOT REPLY [Bug 30043] New: - xml2html.xslt does not work on IE

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30043>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30043

xml2html.xslt does not work on IE

           Summary: xml2html.xslt does not work on IE
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: jh@domek.be


Sitemap snippet 

   <map:match pattern="helloworld.xml">
     <map:generate type="request">
	<map:parameter name="generate-attributes" value="true"/>
     </map:generate>
     <map:transform src="stylesheets/xml2html.xslt"/>
     <map:serialize type="html"/>
   </map:match>

When opened in IE 6.0.2800.1106.xpsp2.blablabla, the xml elements do not expand
or collapse. I am using the standard xml2html.xslt from CVS, located in
stylesheets/system. If i knew how to get a javascript console on IE i could have
a look at it, but then again IE does not even show me a javascript error. 

It works on Firefox though (yay!). Can anyone confirm this?