You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Mike French <mf...@atg.com> on 2001/12/05 17:51:36 UTC

UnionPathIterator

I'm doing an XPath query with a union expression,
but the UnionPathIterator returned from 

  XPathAPI::selectNodeIterator()

only ever seems to contain one node.

For example, this returns every element:

  "//*"

but this only returns one:

 "//* | //*"

Has anyone else seen this ?
I'm running Xalan-J 2.0.1.

Thanks,
Mike