Re: [SimpleParse] How to process the tree?
Brought to you by:
mcfletch
From: Martin d'A. <Mar...@s2...> - 2003-07-18 17:54:44
|
> >instantiated MyProcessor class once. Now I don't now what to do. What > >function should I call to get the ball rolling? > > > Pass the processor in to the parse method: > Thanks Mike! I am slowly getting it... the problem is I was confusing myself with what David Mertz's proposed in his article with what was in the documentation you posted to the simpleparse web page. Now it clear that I should seperate the two in my mind, at least for now! Thanks again, Martin |