| Author |
JSP AND XML IN NETSCAPE
|
Gloria Soto
Greenhorn
Joined: Jan 02, 2003
Posts: 2
|
|
Hello, i hope someone can help me with this problem: I'm using JSP, I need the content of my page to be XML, because I must apply a xslt transformation on the client side. To get that, I put at the beginning of the jsp page: <%@ page contentType="text/xml"%> <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="pmathml.xsl"?> <html xmlns="http://www.w3.org/1999/xhtml"> ........... ........... ........... <jsp:............../> ........... With IE there's no problem, everything is right, but with Netscape 7.0, my page isn't right, the page doesn't display well, I mean, the different parts of the page don't display where they're supposed to do. It is not problem of my page, because if I don't put the line <%@ page contentType="text/xml"%> the page displays right, but that way the stylesheet is not applied, because I haven't indicated that is a xml document. Has anyone a solution for this problem?? Thanks in advance, Gloria
|
 |
 |
|
|
subject: JSP AND XML IN NETSCAPE
|
|
|