yaxo problem/question

Richard A. O'Keefe ok at cs.otago.ac.nz
Thu Jun 13 05:44:23 UTC 2002


Rob Whitfield <rob at customfun.com> wrote:
    1 (this works)
	XMLDOMParser parseDocumentFromFileNamed: 'examples\pdf.xml'

This calls the method
    XMLDOMParser class>>parseDocumentFromFileNamed:
                 ^^^^^
Presumably this method exists.

    2 (this dies in the code at the bottom exception - signal MessageNotUnderstood)
	parser := XMLDOMParser new.
	parser parseDocumentFromFileNamed: 'examples\pdf.xml'
	
This calls the method
    XMLDOMParser>>parseDocumentFromFileNamed:
Presumably this method does not exist.




More information about the Squeak-dev mailing list