You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
DOMXPath->query() has a second parameter, $contextNode, that supports querying in the context of a specific node rather than relative to the document root. It would be nice if Zend\Dom\Query->queryXPath() provided equivalent support.
If the maintainers agree that it's reasonable to add this feature, I'd be happy to submit a PR that implements it. If so, any specifics on preferences regarding that implementation would be appreciated.
The text was updated successfully, but these errors were encountered:
DOMXPath->query()
has a second parameter,$contextNode
, that supports querying in the context of a specific node rather than relative to the document root. It would be nice ifZend\Dom\Query->queryXPath()
provided equivalent support.If the maintainers agree that it's reasonable to add this feature, I'd be happy to submit a PR that implements it. If so, any specifics on preferences regarding that implementation would be appreciated.
The text was updated successfully, but these errors were encountered: