Jimmy Rishe

Results 38 comments of Jimmy Rishe

@cjbarth @lukeggchapman Please review and provide feedback.

The only situation where `select(_, _, true)` would return null (or rather `undefined`) is if it were evaluating a nodeset expression that did not match any nodes. So in that...

In the XPath 1.0 data model, an XPath expression can only evaluate to one of four types, and barring any ill-defined custom functions, any given expression will always evaluate to...

Made the change. Thanks.

Yeah, I suppose it makes sense to have them all end with `-Node`. If you can make a PR with that targeting the `types` branch of this repo, I will...

Hello, thank you for submitting this PR and I'm sorry I have left it unresponded for so long. Your proposed change hinges on the use of the `.lineNumber` property on...

Thanks to the conversation [here](https://github.com/node-saml/xml-crypto/issues/324) I've learned that `xmldom` now supports `compareDocumentPosition`, which I believe would make your changes to `nodeOrder` largely irrelevant - your change currently assumes the use...

@michaelmaillot Thank you for taking notice of the issue I filed and linking it to this one. I encountered a new finding in this matter today. I changed my app...