Subject: Re: RE: Re: max value
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Tue, 11 Dec 2001 08:06:20 -0800 (PST)
|
> This is because you are trying to use
> xmlns:msxsl="urn:schemas-microsoft-com:xslt" in a java processor. If you
> aren't using msxsl:node-set anywhere then you can remove it.
>
> Ciao Chris
the msxsl:node-set() extenssion function is used in maximum.xsl
In a non-MS XSLT processor it must be replaced by an equivalent call to
xx:node-set() where xx will be "saxon" or "xalan" or ...
The appropriate namespace for the extension will also have to be defined and
associated with the xx prefix as usual.
Cheers,
Dimitre Novatchev.
__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|