I see that you can get a sorted list when using
myNode.selectNodes( String xpath, String compXpath )
Is there any guarantee that if I just use
myDoc.selectNodes( String xpath )
the resulting order will correlate to the order in the physical XML file?
Thanks, Al