Hi, I have several nodes within the same xml document that have the same ID. However, when attempting to select them in a list, only one node is returned.
NodeList node = XPathAPI.*selectNodeList*(document, "id('myID')"); Is this a bug or is this the intended behaviour, is there another way of getting the desired result ? THanks,