yaxo problem/question

Rob Whitfield rob at customfun.com
Thu Jun 13 06:19:04 UTC 2002


Hi Karl,

I don't understand your comment.  If I want an instance of an 
OrderedCollection I do:

         foo := OrderedCollection new.

I can then add items to the collection using foo. How is XMLDOMParser 
different?  Assuming you are right what would be the correct way of doing 
what I want?


At 07:55 AM 6/13/2002 +0200, you wrote:


>Rob Whitfield wrote:
> >
> > For those familiar with yaxo, the 1st case below works while the 2nd does
> > not.  Does anyone know what I'm doing wrong?
> >
> > 1 (this works)
> >         XMLDOMParser parseDocumentFromFileNamed: 'examples\pdf.xml'
> >
> > 2 (this dies in the code at the bottom exception - signal 
> MessageNotUnderstood)
> >         parser := XMLDOMParser new.
> >         parser parseDocumentFromFileNamed: 'examples\pdf.xml'
> >
>Isn't the second a send to the class, not the instance ?
>
>Karl




More information about the Squeak-dev mailing list