: [Pharo-users] XMLWriter Class
It look like you have a different pharo image. I use the actual stable 2. If
you install what is offered, it does not work? If it is not, I think the best
way is to migrate your project into new image.
Just try a new image in order to be sure it works for you. Then you
> Sent: Monday, August 05, 2013 1:27 PM
> To: Any question about pharo is welcome
> Subject: Re: [Pharo-users] XMLWriter Class
>
> I was about to say the same thing :).
>
> How did you install them? I'd recommend not to install the packages manually
> unle
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]
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
packa