This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Dumb question from a newbie on XSLT in IE5




> 
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]