TD Interview Question

What's the difference between the DOM and SAX parser?

Interview Answer

Anonymous

Jun 20, 2011

DOM builds a tree, SAX uses interface callbacks on XML elements