Question - What Is The Difference Between An Xml "fragment" And An Xml "document" ? 
          
        
        Answer - 
        
An XML fragment is an XML document with no single top-level root element To put it simple it is a part (fragment) of a well-formed xml document. (node) Where as a well- formed xml document must have only one root element.