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

XPath parsing support #166

Open
alcinnz opened this issue Jun 24, 2021 · 2 comments
Open

XPath parsing support #166

alcinnz opened this issue Jun 24, 2021 · 2 comments

Comments

@alcinnz
Copy link

alcinnz commented Jun 24, 2021

For a project I'm working on I need to be able to evaluate user-provided xpaths.

I'm willing to implement an XPath parser myself upon xml-conduit Cursors, so would you be interested in accepting such a pull request?

@ivanperez-keera
Copy link

I'm also interested in this work. I need a mechanism to apply XPath to XML files, in Haskell. This library would be an option for me if XPath was supported.

@alcinnz
Copy link
Author

alcinnz commented Jan 29, 2024

I'll recommend using HXT for XPath.

I tried implementing a fix for this issue myself, but I found that XML-Conduit's datamodel is poorly-matched to XPath.

I'm tempted to close this issue since this isn't an issue for me anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants