I know  that IE 5+ can display XML document nicely,
I create a JSP page to generate  XML output  using next
..................

  response.setContentType("text/xml");
  response.setStatus(HttpServletResponse.SC_OK);
  // Out of the XML

..............................
I can see this page  well in IE 5 - IE 6

But Netscape 7 and Mazilla 1.1 , 1.2 do not understand this output.
What why you can recommend to display XML in other browsers but IE



Moisey Oysgelt










---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.419 / Virus Database: 235 - Release Date: 11/13/02

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to