Tag: sax

  • Parsing XML: Sax or DOM

    I tried both SAX and DOM, for parsing an XML file, difference in time performance is huge, from 4 hours (DOM) to 9 seconds (SAX). Different APIs Different interface bring to different complexity of code, but all depends from the point of view DOM You do not know what is Document Object Model if you…