Interesting, and I don't know the answer. Doesn't sound like it's an issue with the mimetype of the main document.
One small point is that you load your stylesheet with <?xml-stylesheet type="text/xsl" href="..." ?> but the server provides it as "application/xml". AFAIK "text/xsl" was never registered and so you might try "text/xml" or "application/xml" instead. If this doesn't work you could even try application/xslt+xml, or try tinkering with the mimetype of the stylesheet as served up by your Apache/1.3.33 that serves the XSL. But I don't see why it should work in one case and not in the other. (But that is what I get when I try it in epiphany.) Richard On Tue, 2007-06-12 at 16:43 -0700, Garey wrote: > Here are two URLs > > http://library11.berkeley.edu/~gmills/binds_result.xml > <http://library11.berkeley.edu/%7Egmills/binds_result.xml> > > http://library11.berkeley.edu:8080/...inds_result.xml > <http://library11.berkeley.edu:8080/noidbind/binds_result.xml> > > > In Firefox 2, the first URL results in the XSL stylesheet referenced in > the XML document being applied correctly. The second URL does not. The > difference is that the first URL is being served by Apache httpd 1.3.X, > and the second by Tomcat 6.0. > > This document was generated dynamically by the app at noidbind. When I > generate the document, I set the mimetype of the document to 'text/xml' > and that also fails to work. > > All of these work in IE. > > Can anyone tell me what I have to do to fix this, and get the stylesheet > applied when the document is served by Tomcat? > > Thanks; > > Garey Mills > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]