goto100 / xpath

DOM 3 Xpath implemention and helper for node.js
MIT License
223 stars 71 forks source link

Update references to XMLDOM? #105

Closed cburatto closed 3 years ago

cburatto commented 3 years ago

Not an issue, but a question/suggestion

xpath documentation and dependencies refer to older, unmaintained XMLDOM version 0.1.19 from

https://github.com/jindw/xmldom

But XMLDOM development proceeds on new location, currently version 0.4.0

https://github.com/xmldom/xmldom

I know xpath is engine agnostic, but maybe it would make sense to update references and dependencies to active xmldom. Any known issues?

JLRishe commented 3 years ago

Thanks!