Re: [Help-smalltalk] HTML parser in GST

2010-06-05 Thread Paolo Bonzini
On 06/04/2010 06:11 PM, Holger Hans Peter Freyther wrote: On 06/04/2010 11:56 PM, Andrei Stebakov wrote: I've noticed there are a number of XML parsers in the package. I wonder if I can use it as an HTML parser (similar to Soup http://news.squeak.org/2009/01/19/soup-for-squeak/) Are there any ex

Re: [Help-smalltalk] HTML parser in GST

2010-06-04 Thread Holger Hans Peter Freyther
On 06/04/2010 11:56 PM, Andrei Stebakov wrote: > I've noticed there are a number of XML parsers in the package. I > wonder if I can use it as an HTML parser (similar to Soup > http://news.squeak.org/2009/01/19/soup-for-squeak/) > Are there any examples using it? The task is a simple web page > retr

[Help-smalltalk] HTML parser in GST

2010-06-04 Thread Andrei Stebakov
I've noticed there are a number of XML parsers in the package. I wonder if I can use it as an HTML parser (similar to Soup http://news.squeak.org/2009/01/19/soup-for-squeak/) Are there any examples using it? The task is a simple web page retrieval and parsing, hunting for some tag with a value. Th