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

Feature TODO: Provide a Julia callback model (without DOM creation) #2

Open
amitmurthy opened this issue May 26, 2013 · 1 comment
Open

Comments

@amitmurthy
Copy link
Collaborator

In some cases, the user may be interested in extracting just a single(or few) values from the XML. For such cases, need an API that

  1. Will NOT create a DOM, i.e, ParsedData
  2. Will call user specified callbacks
  3. Any of the callbacks can request for parsing to stop. Typically when the single/few tags required have been found.
@xhochy
Copy link
Contributor

xhochy commented Feb 7, 2014

I'm working on this in #20, feedback is appreciated. Currently I only addressed points 1&2 but I will definitely add 3 too as I need this functionality for my usecase.

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

No branches or pull requests

2 participants