Subject: Re: XSL not called
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Tue, 6 Nov 2001 09:35:32 +0000
|
Hi Danny,
> This is what the top of my XML file looks like:
>
> <?xml version='1.0'?>
> <?xml:stylesheet type='text/xsl' href='/admin/report.xsl'?>
I don't know if this is the problem, but that should be xml-stylesheet
rather than xml:stylesheet:
<?xml-stylesheet type="text/xsl" href="/admin/report.xsl"?>
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|