Re: RES: [xsl] Namespace

Subject: Re: RES: [xsl] Namespace
From: Laurence O Garfield <lgarfiel@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 19 Jul 2001 10:38:23 -0500 (CDT)
> I'm using Microsfot's msxml2 object to transform XML and XSL to HTML, when I
> use namespace "www.w3.org/TR/WD-xsl" it woks, but it doesn't work with
> "www.w3.org/1999/XSL/Transform" namespace, msxml don't transform he just
> send a XSL to browser...

The WD-xsl namespace is an older, defunct, incompatible pre-release of
XSLT that Microsoft implemented early.  the TR namespace is the final
release, and is incompatible with the old working draft.  You will need to
use an engine that supports the TR namespace instead of the old MS-only WD
namespace.  The current version of msxml supports both.  You can download
it from the MS web site.

--Larry Garfield


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


Current Thread