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

Supports a callback function instead of a handler module #94

Open
sntran opened this issue Sep 23, 2021 · 0 comments
Open

Supports a callback function instead of a handler module #94

sntran opened this issue Sep 23, 2021 · 0 comments

Comments

@sntran
Copy link

sntran commented Sep 23, 2021

Let the user pass a function to Saxy.parse_* instead of callback module for simple use cases.

For example:

Saxy.parse_string(xml, fn(event, acc) -> 
  IO.inspect(event)
  acc
end, [])
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