It would be good to migrate this one XMLPullParser : Supports StAX. http://www.squeaksource.com/XMLPullParser.html to smalltalkhub. Does anybody use it? On Sep 28, 2013, at 11:42 PM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
El 28/09/2013 14:38, phil@highoctane.be escribió:
In the Pharo 20 image, I see that we do have XMLParser, XMLPullParser, XMLWriter and XPath listed in the configuration (new install with ZeroConf).
I am also using Soup.
That's because I am working on some OpenData and screen scraping work and wondered what was okay to use.
Is Soup depending on these? (I have XMLReader and Writer in my image but don't know from where at the moment - but there are no tests, so only something like #Core was loaded.
Also what is different between XMLParser and XMLPullParser?
http://pharo.gemtalksystems.com/pier/book/LanguageAndLibraries/XML/XML-suppo...
TIA Phil