[squeak-dev] XML status in 4.3

Hernán Morales Durand hernan.morales at gmail.com
Tue Sep 25 16:21:01 UTC 2012


Hi Chris,

Check out http://www.squeaksource.com/XMLSupport/ which says:

It can also be loaded into Squeak by evaluating:

(Installer ss project: 'XMLSupport') install: 'ConfigurationOfXMLSupport'.
(Smalltalk at: #ConfigurationOfXMLSupport) perform: #loadDefault.

Why do you have a different version of XMLSupport in Squeak trunk?

On 25/09/2012 12:33, Chris Muller wrote:
> Those instructions are probably for Pharo, not Squeak.
>
> XML-Support is part of Squeak trunk.
>
>
>
> On Tue, Sep 25, 2012 at 1:50 AM, Hernán Morales Durand
> <hernan.morales at gmail.com> wrote:
>>
>> You may be interested if you work with XML in Squeak. The instructions in
>> http://www.squeaksource.com/XMLSupport.html for Squeak 4.3 only produces
>> endless debuggers. It seems there are unsynchronized YAXO XML versions: In
>> the Squeak trunk repo and XML-Parser in SqS
>> (http://www.squeaksource.com/XMLSupport). The last common ancestor is:
>>
>> Name: XML-Parser-Alexandre_Bergel.19
>> UUID: a8fe6c4d-fa69-4921-8ef5-f939749ee78b
>> Ancestors: XML-Parser-Alexandre_Bergel.18
>>
>> Minor change in XMLElement>>contentString.
>>
>> I've managed to merge the contents from XMLSupport, but have to manually
>> file in two missing dependencies:
>>
>> -OrderPreservingDictionary
>> -BitmapCharacterSet
>>
>> which I've attached here. If you have comments or better approaches I'd be
>> glad to see it.
>> Cheers,
>>
>> Hernán
>>
>>
>>
>
>



More information about the Squeak-dev mailing list