Re: [xsl] combining oracle node-set with msxml node-set

Subject: Re: [xsl] combining oracle node-set with msxml node-set
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 19 Jul 2002 13:12:40 +0100
> This works fine in msxml

presumably that's the first case in your xsl:choose, once msxsl succeeds
on that it won't look at the other cases.

oracle though will correctly fall over the msxml namespace unless you
stop it looking

so you want
test="function-available('msxsl:node-test()') ...

of course by "depending on the processor" you may have meant that you do
have some such test in your xsl:choose (or use system-property) in which
case it might be a bug, can't be sure..

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread