yaxo problem/question

Karl Ramberg karl.ramberg at chello.se
Thu Jun 13 19:23:40 UTC 2002


Rob Whitfield wrote:
> 
> Michael,
> 
> How then does one get data out of the parser?  I've added an
> "instanceVariableNames" that contains some final info that was my goal in
> using the parser.  How do I access that data after the parser has done its
> work?

Try this:

parser parseDocumentFromFileNamed: 'examples\pdf.xml'.
parser inspect

Karl



More information about the Squeak-dev mailing list