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: RES: Namespace


> 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


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