R
Ramon F Herrera
When I first started learning XML, after giving a cursory look to SAX,
I decided that I need it like a need a hole in the head, and have
been using DOM since. The event-based architecture scared me.
My initial impression was that SAX is good for huge files (ie, those
that do not fit in RAM).
Am I correct?
The reason I ask is because I would like to speed up my application
and was wondering whether what it needs is some SAX appeal.
-Ramon
I decided that I need it like a need a hole in the head, and have
been using DOM since. The event-based architecture scared me.
My initial impression was that SAX is good for huge files (ie, those
that do not fit in RAM).
Am I correct?
The reason I ask is because I would like to speed up my application
and was wondering whether what it needs is some SAX appeal.
-Ramon