[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: "Francois Liot" <fliot@xxxxxxxxxx>
Date: Tue, 11 Jun 2002 10:42:01 +0200
netscape won t start
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:  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

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.