yaxo problem/question

Michael Rueger m.rueger at acm.org
Thu Jun 13 07:15:01 UTC 2002


Rob Whitfield wrote:
> 
> 2 (this dies in the code at the bottom exception - signal 
> MessageNotUnderstood)
>     parser := XMLDOMParser new.
>     parser parseDocumentFromFileNamed: 'examples\pdf.xml'
> 
> ------------------------------
> here's the code - exception happens on the "perform" below
> sorry for the formatting - I just used cut/paste
> ------------------------------


Hmm, how did arrive at the code you posted?
The second example does (of course) not work because 
parseDocumentFromFileNamed: is only implemented in the class, not the 
instance. All you should get (in a fully updated 3.3 image) is a message 
not understood notifier.

Michael




More information about the Squeak-dev mailing list