On Feb 18, 2008 4:02 PM, Andrew Lentvorski <[EMAIL PROTECTED]> wrote:
> Well, part of it is the fact that most XML libraries in C and Java > eventually flip themselves inside out in order to be iterative to avoid > stack faults. Really? Color me mildly skeptical. How deep are these XML structures anyway? Can you give me an example? > Suddenly, you can't access things in a recursive fashion > and have to start doing things like callbacks, iterators, etc. There are a_lot_ of reasons to want to access things in other than recursive fashion. That is a main reason why we traverse stuctures, like XML structures. BobLQ -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
