Hi, Ambarish Mitra <[EMAIL PROTECTED]> writes:
> What is the limiting size (in bytes, of course) of the input buffer, > or does it depend on other factors, like memory, for example? Yes, it mostly depends on how much memory you have. Note also that if you are parsing into DOM, then you will need about twice as much memory since the DOM tree will use a similar amount of memory as the input XML. Boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding
