Hi,
a DOM parser loads the entire document into the standard tree on the load event and will therefore fall over if the xml document is not well formed. The SAX parser (I think as I don't use this that often) only loads the sections of the document as it needs them. therefore I would think that...