IE has some interesting issues involving XML.. I have seen instances where you need to close out IE and re-open it to view your XML.. Clicking refresh while holding the shift key will also complete a refresh.. If that fails try taking your source saving it to file (locally) as source.xml or something and then try and open it.. if you still have issues start editing the local file until it displays properly.. Also try upgrading to IE 6.0.. in earlier versions of IE I would sometimes have problems displaying xml that while formed correctly had hidden characters which for one reason or another prevented IE from displaying the xml in the tree structure you are expecting... IE 6 seems to be a lot more forgiving in this respect.. hope that helps.. Richard Haag Sr. Technical Specialist Credit Discovery 1-877-789-4976 x8009 [EMAIL PROTECTED] ----- Original Message ----- From: Xiao Juguang To: Tomcat Users List Sent: Tuesday, March 12, 2002 7:18 PM Subject: Re: XML output, I need help.
Let me clarify that I generate a XML, not HTML, format output by JSP. IE should know the input is XML format, especially I specify the contentType. What is the problem? Is the problem on Tomcat side or IE side? ----- Original Message ----- From: "Neo Gigs" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 10:50 AM Subject: Re: XML output, I need help. > You should only display a XMl file by not running the XMl file, you need > either a parser of some form of stylesheet like XSLT to embed the output > > ----- Original Message ----- > From: "Xiao Juguang" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, March 13, 2002 10:35 AM > Subject: XML output, I need help. > > > > Hi, guys, > > > > I tried to write a XML format output using JSP, while I remember to set > > contentType="text/xml" and write <?xml version="1.0" ?> in the head of > > output. Then browsing my JSP in IE 5. What I saw is just text while is > > outside of the tag, and the source is correct XML. How can I make IE > > defaultly render XML? > > > > By the way, <mime-mapping> has been set for XML. > > > > Thanks in advance. > > > > Juguang. > > > > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
