XSL path problem in XML with Netscape

Hi,

I've a problem with netscape. I'm building xml on the server side using
java. Once I build the XML, throwing it to the browser with XSL path.  It is
working with IE but not with Netscape.  My  pages are working under 
http://localhost:8080/plugtrain/servlet/PlugTrainReport
path.  My xsl is located under 
.../plugtrain/xmlxsl/


I've tried serveral ways to refer xsl in the XML including 

1.
<?xml-stylesheet type="text/xsl"
href="http://localhost:8080/plugtrain/xmlxsl/Open_Plug_Report.xsl"?>

2.
<?xml-stylesheet type="text/xsl"
href="plugtrain/xmlxsl/Open_Plug_Report.xsl"?>


Some portion of my XML is 


<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl"
href="http://localhost:8080/plugtrain/xmlxsl/Open_Plug_Report.xsl"?>
<plugtrainreport>
	<fields>
		<data plug_date=" "></data>
		<data division=" "></data>
		<data location=" "></data>
......

If anybody know solution to this problem, please let me know.

Thanks,
Gokul

Received on Wednesday, 24 September 2003 11:09:08 UTC