yaxo problem/question

Karl Ramberg karl.ramberg at chello.se
Thu Jun 13 05:55:52 UTC 2002


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