Hi,<br>you can also have a look at squeak soup [1] which is a tolerant HTML/XML parser (Squeak port of Beautiful Soup). The code repository is on squeaksource [2].<br>hth<br><br>[1] <a href="http://n4.nabble.com/squeak-dev-ANN-Soup-0-1-tt80191.html#a80191">http://n4.nabble.com/squeak-dev-ANN-Soup-0-1-tt80191.html#a80191</a><br>
[2] <a href="http://www.squeaksource.com/Soup.html">http://www.squeaksource.com/Soup.html</a>  <br><br>2009/12/22 David Mitchell &lt;<a href="mailto:david.mitchell@gmail.com">david.mitchell@gmail.com</a>&gt;<br>&gt;<br>&gt; Start here:<br>
&gt;<br>&gt; Good intro to Squeak Networking is the Networking Squeak chapter from<br>&gt; the Squeak NuBlue<br>&gt; book:<br>&gt; <a href="http://stephane.ducasse.free.fr/FreeBooks/CollectiveNBlueBook/parsia%202.pdf">http://stephane.ducasse.free.fr/FreeBooks/CollectiveNBlueBook/parsia%202.pdf</a><br>
&gt;<br>&gt; And then I would check out Albatross, which is a Squeak framework for<br>&gt; testing websites (including exercising Javascript). Here is a PDF<br>&gt; intro:<br>&gt; <a href="http://scg.unibe.ch/archive/projects/Brue06a.pdf">scg.unibe.ch/archive/projects/Brue06a.pdf</a><br>
&gt;<br>&gt; Google Squeak Albatross for more info.<br>&gt;<br>&gt; --David Mitchell<br>&gt; blog: <a href="http://www.withaguide.com">http://www.withaguide.com</a><br>&gt;<br>&gt; On Tue, Dec 22, 2009 at 8:04 AM, DUFOUR, Stephan (ext.)<br>
&gt; &lt;<a href="mailto:stephan.dufour.prestataire@sfr.com">stephan.dufour.prestataire@sfr.com</a>&gt; wrote:<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; I have several Urls, each giving me a piece of information.<br>&gt; &gt; I want to write some code that gathers these pieces of information and make<br>
&gt; &gt; a display of the whole situation.<br>&gt; &gt;<br>&gt; &gt; The principle is: I send a request to one URL then parse the result and make<br>&gt; &gt; a new request to another URL using the parsed result.<br>&gt; &gt;<br>
&gt; &gt; I need some code that somehow mimic a human behaviour: it should<br>&gt; &gt;         1) go to a URL and get the content (easy part)<br>&gt; &gt;         2) go to a URL and retrieve some session ID then make a more<br>
&gt; &gt; elaborated request (POST, GET, or even trigger some Javascript)<br>&gt; &gt;<br>&gt; &gt; Stephan<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Beginners mailing list<br>
&gt; &gt; <a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>&gt; &gt; <a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
&gt; &gt;<br>&gt; &gt;<br>&gt; _______________________________________________<br>&gt; Beginners mailing list<br>&gt; <a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>&gt; <a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
<br><br><br>--<br>Cédrick<br>