I was trying to follow the guide here <a href="http://softwareengineering.vazexqi.com/2007/05/26/installing-packages-in-squeak">http://softwareengineering.vazexqi.com/2007/05/26/installing-packages-in-squeak</a> to install the beautiful soup package. However I cannot locate the Squeakmap Package Loader.<div>
<br></div><div>I know the menu and interface has been updated since this tutorial(and it looks good) but I am looking in the &quot;old desktop menu&quot; but can&#39;t locate it.</div><div><br></div><div>Thanks</div><div>
<br></div><div>Sayth.</div><div><br></div><div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "><pre><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; white-space: normal; "><pre>
Yes it is, we are using Soup (<a href="http://www.squeaksource.com/Soup.html">http://www.squeaksource.com/Soup.html</a> ) to 
parse html files. It&#39;s pretty good, though not perfect. There are also 2-3 
other html parsers for Squeak. We&#39;re using this one because it&#39;s designed 
to be able to parse not standard compilant html files (which are very 
common) The tools for xml building are in the Squeak image, look for 
XMLNode and it&#39;s subclasses (XMLDocument, XMLNodeWithElements, XMLString, 
etc).


Levente
</pre><div><br></div></span></pre></span></div>