hi friends
xml and IE5
as we know to view a xml file in internet explorer according to our
stylesheet we include that stylesheet in xml document

JSP and XML

in jsp file we can write xml instead of html and insert the java code using
the jsp tags
Problem

my server execute the jsp file and give xml file instead of html now when
this page goes to client browser(IE5) then it does not display this file
according to the stylesheet intered in this file but it shows the content
in normal way.

Reason

becausethe file has .jsp extention not .xml so browser does not consider it
xml and displays as normal file


so please write to me how to make  it possible so that when browser loads
the .jsp file the depending upon its content it reads it as .xml or .html
(its default)


thanks
kuldip

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to