-
Notifications
You must be signed in to change notification settings - Fork 67
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
Nokorigi is always required #54
Comments
At the moment sax-machine/lib/sax-machine.rb Lines 17 to 21 in 20d35ac
Am I missing something here? |
I tried to use SAXMachine gem without install Nokogiri, only with Ox gem installed and I got a Nokogiri load error. This happens because lib/sax-machine/sax_document.rb file requires Nokogiri on top, in order to use it in parse method. sax-machine/lib/sax-machine/sax_document.rb Lines 1 to 29 in 20d35ac
|
Damn, you're right. I've removed this reference which was mistakenly left 🙅 Can you now try the master please? |
Now, we can't instance Nokogiri::XML::SAX::Parser class in parse method. How about my pull request #55? |
Please consider following gist. As you can see, everything works fine and instance of Regarding the #55, I think it's now clear that it does not actually solve the given problem. I see that your intention was to get rid from Please let me know what you think. Cheers 💫 |
About About the pull request #55, the point is exactly the obligation to modify the Can you release another version with the current master, please? |
Your point is perfectly valid, so I went ahead and changed |
1.0.3 is released. Please give it a try! |
Thanks! |
Nokogiri gem is required even if handler is configured with Ox.
The text was updated successfully, but these errors were encountered: