So if I were to "hack" it into Jaxen, would there be any way that my solution could coexist with Jaxen. I.E. maybe some configuration kind of thing that says GuaranteeDocumentOrder="true" or something? Or would you consider a selectNodesInDocumentOrder method?????
Then //b would return b1, b2, b3, etc. All the other xpath programs I have tried work that way. <?xml version="1.0" encoding="UTF-8"?> <a> <a> <b id='b1'></b> <a> <b id='b2'></b> <b id='b3'></b> </a> </a> <a> <b id='b4'></b> <a> <b id='b5'></b> <b id='b6'></b> </a> </a> </a> _______________________________________________ Jaxen-interest mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jaxen-interest