[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: netscape won't display anything

Subject: Re: netscape won't display anything
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Mon, 10 Jun 2002 18:15:32 -0400
browser won t display anything
[Ming]
>
> I have some xml files and use java servlet to do the transformation with
> stylesheet. Everything works just fine for IE and the new version of
> Netscape 6.2. But for netscape 4.79, the whole xml file seems to be
> ignored and so the servlet gives me an empty html page with header only.
>
> Has anyone had similar problem?

Netscape before version 6 does not understand XML.  However, it should not
have trouble with html that you create using a servlet on the server.
Usually, when you create html that is also well-formed xml, NS4+ will
display it fine, but it does not like empty tag syntax (<emptytag/>).  You
have to leave a space in front of the closing "/>", or have an attribute in
the tag, for NS4 to recognize it (this usually affects just the <br/> tag).
Since you cannot be sure of having a space there with xslt, it is best to
put in osme dummy attribute.

But the servlet output should not have anything to do with which browser you
use.  If you could explain this part more it would be helpful.

Cheers,

Tom P


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.