Personally, I tend to use DOM for config type stuff where performance doesn't matter. I tend to avoid it for per-request XML processing when you want potentially thousands per second. Besides being slower, it generates more garbage.
-Yonik On 12/16/05, Erik Hatcher <[EMAIL PROTECTED]> wrote: > Why wouldn't simply using DOM be sufficient? Is it envisioned that > a query XML would be large enough to prohibit RAM DOM loading of the > entire document? > > Erik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]