Kamen Lilov [mailto:[EMAIL PROTECTED]] wrote:
> If we only had a decent implementation of SAX, things would > be so much = more different. XML structures like this tend > to perform lightning-fast with streaming parsers and not so > well with DOM implementations... You do, it's a pull model instead of a push model and it's called XmlReader. :) Later, Drew [ .NET MVP | weblog: http://dotnetweblogs.com/dmarsh ]
