Subject: RE: MSXML3 Namespace confusing
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 31 Jul 2000 11:42:01 +0100
|
> I'm confused with the namespaces which are used by MSXML.
You are not alone.
> They say their program support both
> "http://www.w3.org/1999/XSL/Transform" and
> "http://www.w3.org/TR/WD-xsl" namespaces.
> How can I use both of them?
TR/WD-xsl is Microsoft's 1998 implementation of something close to an early
working draft of XSLT.
XSL/Transform is standard XSLT 1.0, or in Microsoft's case, most of XSLT
1.0.
They are different dialects, you can't mix them. Use WD-xsl only if you have
some compelling need to use a rather primitive, obsolescent,
poorly-documented language that happens to run on several million desktops.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|