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

row and column information #67

Open
rubenmoor opened this issue Nov 17, 2015 · 4 comments
Open

row and column information #67

rubenmoor opened this issue Nov 17, 2015 · 4 comments

Comments

@rubenmoor
Copy link

This is a feature request.

If I'm not mistaken, xml-conduit does not keep track of row and column information (e.g. in the nodes). My use case would benefit from something like that, because potential errors in the xml document are fed back to the user.

Any thoughts on that?

@snoyberg
Copy link
Owner

This is provided in the streaming API, e.g. parseTextPos. If you have a proposal for how to add it to the nodes as well, let me know.

@alexkalderimis
Copy link
Contributor

I note that all the combinators operate on Events rather than EventPos - is there a tidy way of using Event based parsing on EventPos sources?

@bitc
Copy link

bitc commented May 25, 2016

What about html-conduit? Text.HTML.Dom.eventConduit gives Events and there is no equivalent that gives EventPoss

@snoyberg
Copy link
Owner

No, such a function doesn't exist, and we'd need the functionality added to tagstream-conduit first to make it happen.

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

4 participants