Re: [Pharo-users] XML support for pharo

2018-07-15 Thread oswall arguedas
Hello Peter I proceed to install them in the project. I will feed it back. Thanks Oswall De: Pharo-users en nombre de Peter Uhnák Enviado: sábado, 14 de julio de 2018 15:29 Para: Any question about pharo is welcome Asunto: Re: [Pharo-users] XML support for

Re: [Pharo-users] XML support for pharo

2018-07-15 Thread Sean P. DeNigris
Peter Uhnák wrote > Did you read the README? If I had read you're wonderful readme, I wouldn't have asked ;) All clear now. Thanks. - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] XML support for pharo

2018-07-15 Thread Peter Uhnák
On Sun, Jul 15, 2018 at 3:38 PM, Sean P. DeNigris wrote: > Peter Uhnák wrote > > https://github.com/peteruhnak/xml-magritte-generator > > What does this one do? Here is something similar-sounding: > https://github.com/magritte-metamodel/XML-Bindings Did you read the README? I am not sure what y

Re: [Pharo-users] XML support for pharo

2018-07-15 Thread Sean P. DeNigris
Peter Uhnák wrote > https://github.com/peteruhnak/xml-magritte-generator What does this one do? Here is something similar-sounding: https://github.com/magritte-metamodel/XML-Bindings - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] XML support for pharo

2018-07-14 Thread Peter Uhnák
Node class. > > Thanks > Oswall > > > -- > *De:* Pharo-users en nombre de > PBKResearch > *Enviado:* jueves, 12 de julio de 2018 12:09:20 > > *Para:* 'Any question about pharo is welcome' > *Asunto:* Re: [Pharo-users] XML support for pharo > &

Re: [Pharo-users] XML support for pharo

2018-07-12 Thread oswall arguedas
ves, 12 de julio de 2018 12:09:20 Para: 'Any question about pharo is welcome' Asunto: Re: [Pharo-users] XML support for pharo Hi Oswall Well, you have located the correct node, which is some kind of XMLNode, so all you need is to access its content. If you browse the class and loo

Re: [Pharo-users] XML support for pharo

2018-07-12 Thread PBKResearch
ng. If you want to enter it in the database as a number, asNumber will do that’ HTH Peter Kenny From: Pharo-users On Behalf Of oswall arguedas Sent: 12 July 2018 18:35 To: 'Any question about pharo is welcome' Subject: Re: [Pharo-users] XML support for pharo Hello Peter,

Re: [Pharo-users] XML support for pharo

2018-07-12 Thread oswall arguedas
Asunto: Re: [Pharo-users] XML support for pharo Hi Oswall What sort of failure did you get? It helps with this sort of thing to execute the code in a playground and inspect the result. One thing you need to know is that the result of xpath is almost always some sort of XMLCollection, even

Re: [Pharo-users] XML support for pharo

2018-07-12 Thread PBKResearch
das mailto:oswal...@hotmail.com> > Enviado: miércoles, 11 de julio de 2018 20:17:55 Para: pharo-users@lists.pharo.org <mailto:pharo-users@lists.pharo.org> Asunto: Re: [Pharo-users] XML support for pharo Thanks Franz and Monty. I'm working on it, everything is going very well. The feed

Re: [Pharo-users] XML support for pharo

2018-07-12 Thread oswall arguedas
org Asunto: Re: [Pharo-users] XML support for pharo Thanks Franz and Monty. I'm working on it, everything is going very well. The feedback when I master it. Oswall De: Pharo-users en nombre de monty Enviado: miércoles, 11 de julio de 2018 03:32 Pa

Re: [Pharo-users] XML support for pharo

2018-07-11 Thread oswall arguedas
Thanks Franz and Monty. I'm working on it, everything is going very well. The feedback when I master it. Oswall De: Pharo-users en nombre de monty Enviado: miércoles, 11 de julio de 2018 03:32 Para: pharo-users@lists.pharo.org Asunto: Re: [Pharo-users

Re: [Pharo-users] XML support for pharo

2018-07-11 Thread oswall arguedas
Thanks Franz and Monty. I'm working on it, everything is going very well. The feedback when I master it. Oswall De: Pharo-users en nombre de monty Enviado: miércoles, 11 de julio de 2018 03:32:35 Para: pharo-users@lists.pharo.org Asunto: Re: [Pharo-users

Re: [Pharo-users] XML support for pharo

2018-07-11 Thread monty
This is the latest version of the XML/XPath Scraping Booklet: ___ montyos.wordpress.com

Re: [Pharo-users] XML support for pharo

2018-07-11 Thread Franz Josef Konrad
Am 10.07.2018 um 23:51 schrieb oswall arguedas: Greetings community of pharo I have to process many XML files, to convert them to objects and incorporate them into a database and create an application in seaside. In pharo I have found XmlParser, however I have not found documentation to use

[Pharo-users] XML support for pharo

2018-07-10 Thread oswall arguedas
Greetings community of pharo I have to process many XML files, to convert them to objects and incorporate them into a database and create an application in seaside. In pharo I have found XmlParser, however I have not found documentation to use it as best as possible. I do not know if there is a