[
Lists Home |
Date Index |
Thread Index
]
At 10:00 AM +0530 5/14/03, Purushothama Ranganatha wrote:
>I get XML messages/documents :Size varies from 1KBk to 1GB.
>My application need to parse these XML messages.
>How do I go about this. Should I use DOM / SAX / PULL parser.
Today there's no choice in most languages: use SAX. POssibly tomorrow
pull parsers will be mature enough to do the job too. (Possibly
that's true today if you're using .NET) DOM simply can't handle the
high end of your documents' size.
--
Elliotte Rusty Harold
elharo@metalab.unc.edu
Processing XML with Java (Addison-Wesley, 2002)
http://www.cafeconleche.org/books/xmljava
http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA
|