Re: [xml-dev] Push and Pull?

From
Paul Prescod <>
To
"Sterin, Ilya" <>
Date
2002-01-26T00:30:45Z
ID
<>
Thread
Re: [xml-dev] Push and Pull?
"Sterin, Ilya" wrote:
> 
>...
> 
> I actually ment in memory after the parsing process is ended.  The thing
> that I guess is confusing, is that
> DOM processors are in a way neither push nor pull, but are rather, as
> Joe pointed out, a slurp (in his words:-) model.  The application
> has absolutely no control, other than possibly setting parameters before
> parsing, of the parsing process, and presents the structure afterwards.

Here's the exception that proves the rule:

http://www.prescod.net/python/pulldom.html

 Paul Prescod