Re: Dumb question from a newbie on XSLT in IE5

Subject: Re: Dumb question from a newbie on XSLT in IE5
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 31 Mar 2000 09:39:15 GMT

> 
> I believe that the namespaces affect some areas.For example if I use 
>    xmlns:xsl="http://www.w3.org/TR/WD-xsl
> for xsl:import it gives me an error.But if I give
>    xmlns:xsl="http://www.w3.org/1999/XSL/Transform
> it accepts.
> 
> I guess it checks for the validity of the terms used in the XSL file
> according to the rules in that draft.
> 
> Francis

No, it's simpler than that. If you use the namespace 
http://www.w3.org/1999/XSL/Transform
then it is XSL, if you don't then it is not. If you give files which are
not xsl to an XSL processor then clearly they will gerenrate an error.

David


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


Current Thread