Related articles |
---|
XML Parsers (Push and Pull) isterin@hotmail.com (2002-01-18) |
Re: XML Parsers (Push and Pull) william.rayer@virgin.net (Bill Rayer) (2002-01-24) |
Re: XML Parsers (Push and Pull) RLWatkins@CompuServe.Com (R. L. Watkins) (2002-01-24) |
Re: XML Parsers (Push and Pull) isterin@hotmail.com (2002-01-28) |
Re: XML Parsers (Push and Pull) alexc@world.std.com (2002-01-28) |
Re: XML Parsers (Push and Pull) rkrayhawk@aol.com (2002-02-06) |
Re: XML Parsers (Push and Pull) marcus@tuells.org (2002-02-16) |
[1 later articles] |
From: | isterin@hotmail.com (isterin) |
Newsgroups: | comp.compilers |
Date: | 18 Jan 2002 21:05:22 -0500 |
Organization: | http://groups.google.com/ |
Keywords: | parse, XML |
Posted-Date: | 18 Jan 2002 21:05:22 EST |
There are two main ways to parse XML, push which is event driven, and
pull which is in memory. All material and documentation that I've
read states that these are the two major ways of parsing XML, never
does it state that these are the only ways.
I guess my question is what are some of the other ways of parsing XML
if any? Are there other parser implementations, even if they haven't
been developed yet, and are only a concept.
Thanks.
Ilya
Return to the
comp.compilers page.
Search the
comp.compilers archives again.