[xsl] Re: xmlns:xalan-nodeset namespace issue

Subject: [xsl] Re: xmlns:xalan-nodeset namespace issue
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Wed, 16 Jul 2003 21:42:14 +0200
"Anil" <anilj@xxxxxxxxxxxxx> wrote in message
news:002c01c34bb7$119d5d90$6502a8c0@xxxxxxxxxxxxxx
> Hi All,
>
>     I am using Xselerator to debug my XSL files. and my XSL file has the
> following Namespaces,

[snip]

> also i am using 'xalan-nodeset:nodeset()' function...from last monday the
> Xselerator gives me the following error
>
>  'Namespace 'http://xml.apache.org/xalan' does not contain any functions'

XSelerator's debugger uses only MSXML3 or MSXML4. These two XSLT processors
do not implement any extension function in the namespace
"http://xml.apache.org/xalan";

Even if you use the EXSLT implementation of node-set(), you'd still be
unable to debug (although you'd be able to run) it with XSelerator.

Hopefully, the developers of XSelerator may provide future debugging support
for the already existing EXSLT implementation for MSXML4.


=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL




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


Current Thread