Yes I have them both and both packages donât have an XMLWriter class :) Check the screen shots⦠[cid:image001.png@01CE91DD.1F0DC880] [cid:image002.png@01CE91DD.1F0DC880] From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Sté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 (XMLWriter on: 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 :)