Re: About the xmlns:xsl attribute

Subject: Re: About the xmlns:xsl attribute
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 17 Mar 2000 16:55:30 GMT


> Could anyone explain to me the meaning and the different possible values
> of the xmlns:xls attribute ?

A namespace gives an element a unique name.
If you specify http://www.w3.org/1999/XSL/Transform then it means that
the elements come from the XSLT language.

If you specify http://www.w3.org/TR/WD-xsl then it means that the
elements come from the-language-known-as-xsl-in-ie5 this is an entirely
different language and it is not possible to have one stylesheet that
works both on an xslt system and on ie5 in its default setup.

Microsoft do now have a `preview web release' that updates ie5 to
provide a (subset) of XSLT.

David


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


Current Thread