In some scenarios, SAX is easily the better choice for
quick, less-intensive parsing and processing. In others, the DOM provides an
easy-to-use, clean interface to data in a desirable format. You, the developer,
must always analyze your application and its purpose to make the correct
decision as to which method to use, or how to use both in concert.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
In some scenarios, SAX is easily the better choice for quick, less-intensive parsing and processing. In others, the DOM provides an easy-to-use, clean interface to data in a desirable format. You, the developer, must always analyze your application and its purpose to make the correct decision as to which method to use, or how to use both in concert.