RE: [xsl] netscape won't display anything

Subject: RE: [xsl] netscape won't display anything
From: "Francois Liot" <fliot@xxxxxxxxxx>
Date: Tue, 11 Jun 2002 10:42:01 +0200
For Netscape 4.79 : you should first install manually an external XSLT processor (severals are available)
(I personnally only used http://www.inlogix.de/dlnsplugin.html, by the way this is only available for windows...)

For Netscape 6.2 : It should work immediatelly
	Your XSL result should start by :
	<?xml version="1.0" encoding="ISO-8859-1" ?>
	<?xml-stylesheet type="text/xsl" href="stylesheet.xsl"?> 

	or by (depending of Netscape versions you should write the full URL...)
	<?xml version="1.0" encoding="ISO-8859-1" ?>
	<?xml-stylesheet type="text/xsl" href="http://myserver/here/stylesheet.xsl";?> 

	Your XSL result should start by :
	<?xml version='1.0'?>
	<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; xmlns="http://www.w3.org/TR/xhtml1/strict";>

Regards

-----Original Message-----
From: Ming [mailto:myu@xxxxxxxx]
Sent: mardi 11 juin 2002 00:04
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] netscape won't display anything


Hi,

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?

Thanks a lot for your help.

Ming



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


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


Current Thread