According to msdn, this method throws XmlException when
"There is a load or parse error in the XML. In this case, the document
remains empty."
I cannot understand the difference between load and parse error.
IMO, only thing that would cause exception is Malformed xml.
right?
