I was about to say the same thing :).

How did you install them? I'd recommend not to install the packages manually unless you are the package developer, since their dependencies are not explicit.

Usually, since both packages have their own version and evolve independently for our CVS (monticello), we use metacello to manage the projects configurations. So, I'd follow Juraj advice and have a look at the configuration browser.

Guille


On Mon, Aug 5, 2013 at 2:19 PM, Juraj Kubelka <juraj.kubelka@gmail.com> wrote:
I use both of them these days and I do not have problem. I have installed them from world menu -> Tools -> Configuration Browser (XMLParser-DamienCassou.143, XMLWriter-CamilloBruni.2). It looks like you have something different in your image (or corrupted). See attachment. Image of Pharo 2 downloaded from project page.

Cheers,
Jura


El 05-08-2013, a las 8:10, "Mohammad Al Houssami (Alumni)" <mha53@mail.aub.edu> escribi�:

Yes I have them both and both packages don�t have an XMLWriter classJ
Check the screen shots�
<image001.png>
<image002.png>
From:Pharo-users [mailto:pharo-users-bounces@lists.pharo.org]On Behalf OfSt�phane Ducasse
Sent:Monday, August 05, 2013 12:54 PM
To:Any question about pharo is welcome
Subject:Re: [Pharo-users] XMLWriter Class
there are two packages
XMLParser
and�
XMLWriter�
in PharoExtras
Stef


I have asked about this earlier. I am using the XML library� and in XML-Parser-Nodes there is a method printOn
printOn: aStream
��������������� (XMLWriteron: aStream) writeWith: [:writer | self writeXMLOn: writer].

Since I didn�t have XMLWriter I thought it would be inside the XML-Writer package but apparently it is not. Can I know what package has this class? Or if there is anyway to solve this problem?

Thanks again
J