Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement XPath utilities #118

Closed
kasperisager opened this issue Apr 30, 2019 · 0 comments
Closed

Implement XPath utilities #118

kasperisager opened this issue Apr 30, 2019 · 0 comments
Assignees

Comments

@kasperisager
Copy link
Contributor

kasperisager commented Apr 30, 2019

At the very least, we need a package implementing the following based on https://www.w3.org/TR/xpath-31/:

type XPath = ...

function parse(input: string): XPath | null

function evaluate(scope: Node, context: Node, expression: string | XPath): Iterable<Node>
@kasperisager kasperisager self-assigned this Apr 30, 2019
@kasperisager kasperisager added this to To do in ⚙️ Development via automation Apr 30, 2019
@kasperisager kasperisager moved this from To do to In progress in ⚙️ Development May 10, 2019
⚙️ Development automation moved this from In progress to Done May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
⚙️ Development
  
🏁 Done
Development

No branches or pull requests

1 participant