You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/22 03:45:09 UTC

BugRat Report #154 has been filed.

Bug report #154 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/154>

REPORT #154 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: webbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: tomcat 3.1
   JVM Release: 1.2.2
   Operating System: windows nt
   OS Release: 4.0
   Platform: windows

Synopsis: 
xml / xsl when generated by jsp result in xml unspecified error

Description:
I have an application that uses JSP to generate an XML document that contains an XSL style sheet. When I try to display the results using IE 5.0.3105.0106, I receive the error "XML Page cannot be displayed, unspecified error". This same code works fine under RESIN and ORION web servers.
When I right click on the error page and view source, I can see the generated XML, but the stylesheet reference line seems to be missing

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml:stylesheet type="text/xsl" href="mtv-sign-on.xsl"?>