RE: [xsl] XSL not called

Subject: RE: [xsl] XSL not called
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Mon, 5 Nov 2001 22:47:20 -0000
Danny,
It's probably because you are missing xsl.async = false; somewhere in
your script.

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Danny Guindi
> Sent: 05 November 2001 21:24
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: [xsl] XSL not called
> 
> 
> Hi again,
> 
> I finally managed to make my client-side sorting work, but 
> now I think I'm having some kind of problem loading the XSL 
> file.  I ran several tests on my new XML file, and it was 
> working properly (loading the XSL file correctly). The 
> problem is that now the XSL file is not being loaded at all.  
> It is like if I was loading a plain XML file with no 
> stylesheet.  I don't get any error mesagges or anything else. 
>  My output just prints in one plain block with no formatting. 
>  Is this a problem with IE or is it me? I am missing something?
> 
> This is what the top of my XML file looks like:
> 
> <?xml version='1.0'?>
> <?xml:stylesheet type='text/xsl' href='/admin/report.xsl'?>
> 
> If I load the XML file from my hard-disk it works fine, but 
> not through the web-server.  The path to locate the XSL page 
> is correct (it was working earlier!!).
> 
> Can anyone help,
> 
> Thanks,
> 
> Danny
> 
> 
>  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