[xsl] Probelm reading XSL (on Mozilla)

Subject: [xsl] Probelm reading XSL (on Mozilla)
From: rosta@xxxxxxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 29 Apr 2003 15:21:10 -0700 (PDT)
Hi everybody,

I have a XSL stylesheet on my XML file that is working fine on IE and 
locally on my machine, but as soon as I put the xsl on a server (Running 
Apache webserver) and giving a link to that XSL inside my xml file, 
Mozilla doesn't read the stylesheet anymore and show the page in a way 
that no stylesheet exist. Any idea what can be the problem?
The following is how I define my xsl stylesheet and how I have added to my 
xml file

XSL file:

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

-----------------------
XML file:

<?xml-stylesheet type="text/xml" 
href="http://ahat.csuhayward.edu/~rosta/tutorial.xsl"; ?>

Thanks for your help

Rosta


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


Current Thread