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

Streaming parser #238

Open
mvz opened this issue May 30, 2024 · 0 comments
Open

Streaming parser #238

mvz opened this issue May 30, 2024 · 0 comments
Labels

Comments

@mvz
Copy link
Owner

mvz commented May 30, 2024

Someone asked whether happymapper could be used with a SAX parser for cases where the XML is big. I then thought it would be difficult, especially in cases where attributes are defined with xpath expressions.

I'm opening a ticket here to keep track of this and see if the difficulties can be overcome.

Regardig streaming xpath expression evaluation, there is https://github.com/StevenLooman/saxpath for JavaScript, with the main algorithm in https://github.com/StevenLooman/saxpath/blob/master/lib/saxpath.js, and https://github.com/jaxen-xpath/jaxen for Java. And perhaps https://github.com/jmosser-NISC/scireumOpen/tree/master/src/com/scireum/open/xml.

@mvz mvz added the feature label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant