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]
Other format: [Raw text]

Re: combining oracle node-set with msxml node-set


> 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


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