Event vs. DOM Driven Parsing of XML
Published on April 29, 2008
I recently have been playing with parsing GPX files and spitting out the results into a special KML file. I initially wrote a parser using minidom, yet after running this the first time -- and my Core2Duo laptop reaching 100% utilization for 10 seconds -- I realized I needed ...
Read more.