use one of my server I meet below error, but it works well in my local pc 
XML Parsing Error: not well-formed
Location: 
http://128.224.153.52:8000/plan.xmlLine Number 8, Column 78: <iframe id="viewer" src = "gg.ods" width='400' height='300' allowfullscreen webkitallowfullscreen></iframe> 
-----------------------------------------------------------------------------^
the html is 
<!DOCTYPE HTML>
<html>
  <head>
    <title>example.odp</title>
  </head>
  <body>
    <div>We got an ODP file.</div>
 <iframe id="viewer" src = "gg.ods" width='400' height='300' allowfullscreen webkitallowfullscreen></iframe> 
  </body>
</html>