Re: [xsl] CSS not found when using Firefox

Subject: Re: [xsl] CSS not found when using Firefox
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 8 Jun 2006 13:51:46 +0100
Possibly related but href="D:/Program2..." should (and does on some
systems) generate an error about an unknown URI scheme D: The bit before
the : in a uri is supposed to be something like  http: or ftp: or (in
your case) file: IE accepts windows file paths and silently converts
them to URI, firefox does in the address bar but I don't know if its xslt
engine does. (It shouldn't, really). Try file:///D:/Program2...

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread