XMLParser & PharoExtras, XMLWriter, XPath: status?
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? TIA Phil
I migrated soup to smalltalkhub too have and normally it should loads well in 20 and 30. And all the soup subprojects have been migrated (by me) to smalltalkhub. Stef On Sep 28, 2013, at 7:38 PM, phil@highoctane.be wrote:
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?
TIA Phil
Yes soup is using XMLReader. Have a look on PharoExtras/Soup Stef On Sep 28, 2013, at 7:38 PM, phil@highoctane.be wrote:
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?
TIA Phil
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
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
Already migrated http://www.smalltalkhub.com/#!/~hernan/XMLPullParser I use it a lot to parse really big XMLs El 29/09/2013 7:05, Stéphane Ducasse escribió:
It would be good to migrate this one XMLPullParser <http://pharo.gemtalksystems.com/book/LanguageAndLibraries/XML/XML-support-in...> : 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 <mailto:hernan.morales@gmail.com>> wrote:
El 28/09/2013 14:38, phil@highoctane.be <mailto: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
cool is it standalone? Could you add the catalog metadata and publish it in metarepository like that it will be documented on the catalog. You can take as example Soup or OSC on PharoExtras Stef On Sep 29, 2013, at 12:42 PM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Already migrated
http://www.smalltalkhub.com/#!/~hernan/XMLPullParser
I use it a lot to parse really big XMLs
El 29/09/2013 7:05, Stéphane Ducasse escribió:
It would be good to migrate this one XMLPullParser <http://pharo.gemtalksystems.com/book/LanguageAndLibraries/XML/XML-support-in...> : 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 <mailto:hernan.morales@gmail.com>> wrote:
El 28/09/2013 14:38, phil@highoctane.be <mailto: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
El 29/09/2013 11:01, Stéphane Ducasse escribió:
cool is it standalone?
Yes
Could you add the catalog metadata and publish it in metarepository like that it will be documented on the catalog. You can take as example Soup or OSC on PharoExtras
Done. I have added usage example. Let me know if anything is missing. Cheers, Hernán
Stef On Sep 29, 2013, at 12:42 PM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Already migrated
http://www.smalltalkhub.com/#!/~hernan/XMLPullParser
I use it a lot to parse really big XMLs
El 29/09/2013 7:05, Stéphane Ducasse escribió:
It would be good to migrate this one XMLPullParser <http://pharo.gemtalksystems.com/book/LanguageAndLibraries/XML/XML-support-in...> : 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 <mailto:hernan.morales@gmail.com>> wrote:
El 28/09/2013 14:38, phil@highoctane.be <mailto: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
Hi hernan this is great it shows up in the catalog list. https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/? Now could you add the catalog metadata information to the configuration. I will improve the catalog generator to generate the missing method template. if you give me access to the repo I can also do it for you. Stef On Oct 1, 2013, at 8:23 AM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
El 29/09/2013 11:01, Stéphane Ducasse escribió:
cool is it standalone?
Yes
Could you add the catalog metadata and publish it in metarepository like that it will be documented on the catalog. You can take as example Soup or OSC on PharoExtras
Done. I have added usage example. Let me know if anything is missing.
Cheers,
Hernán
Stef On Sep 29, 2013, at 12:42 PM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Already migrated
http://www.smalltalkhub.com/#!/~hernan/XMLPullParser
I use it a lot to parse really big XMLs
El 29/09/2013 7:05, Stéphane Ducasse escribió:
It would be good to migrate this one XMLPullParser <http://pharo.gemtalksystems.com/book/LanguageAndLibraries/XML/XML-support-in...> : 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 <mailto:hernan.morales@gmail.com>> wrote:
El 28/09/2013 14:38, phil@highoctane.be <mailto: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
Hi Stef, I added you as contributor to the repo. I will update my Configurations during the week with catalog info. The catalog looks really nice. Hernán 2013/10/1 Stéphane Ducasse <stephane.ducasse@inria.fr>
Hi hernan
this is great it shows up in the catalog list.
https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/ ? Now could you add the catalog metadata information to the configuration.
I will improve the catalog generator to generate the missing method template. if you give me access to the repo I can also do it for you.
Stef
On Oct 1, 2013, at 8:23 AM, Hernán Morales Durand < hernan.morales@gmail.com> wrote:
El 29/09/2013 11:01, Stéphane Ducasse escribió:
cool is it standalone?
Yes
Could you add the catalog metadata and publish it in metarepository like that it will be documented on the catalog. You can take as example Soup or OSC on PharoExtras
Done. I have added usage example. Let me know if anything is missing.
Cheers,
Hernán
Stef On Sep 29, 2013, at 12:42 PM, Hernán Morales Durand < hernan.morales@gmail.com> wrote:
Already migrated
http://www.smalltalkhub.com/#!/~hernan/XMLPullParser
I use it a lot to parse really big XMLs
El 29/09/2013 7:05, Stéphane Ducasse escribió:
It would be good to migrate this one XMLPullParser < http://pharo.gemtalksystems.com/book/LanguageAndLibraries/XML/XML-support-in...> : 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 <mailto:hernan.morales@gmail.com>> wrote:
El 28/09/2013 14:38, phil@highoctane.be <mailto: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
participants (3)
-
Hernán Morales Durand -
phil@highoctane.be -
Stéphane Ducasse