Description: Check to see if a DOM node is within an XML document (or is an XML document).
jQuery.isXMLDoc( document ) // false jQuery.isXMLDoc( document.body ) // false