Intersecting Nodesets with XSLT
I'm, using the 9.2.0.1.0 Oracle XDK for Java. We want to count some intersection nodes in XML files. An example of XSL to do this is at: http://www.vbxml.com/xsl/exampleunion_nodeset.asp. The results I get with the sample XML & XSL at the web site gives:
Number of books in the intersection of the two sets 2
But it should be:
Number of books in the intersection of the two sets 1
The web site indicates the XSL works correctly in saxon, xt,xalan & msxml3, but doesnt give any information about the Oracle parser. Is this a bug in the Oracle XSL processor?
Thanks!
John Butler