Wont load my XML Files

I used to have a WDTV and i have a program that generates thumbnails and XML files automatically, but the xml files seem to be incompatible with the media player I was hoping in the next version it could be made compatible, would really appriciate it, Thanks

 

XML File Example:

<?xml version=“1.0” encoding=“utf-8”?>
<details>
  <title>The Three Musketeers (2011)</title>
  <mpaa>PG-13</mpaa>
  <year>2011-10-21</year>
  <runtime>1h 50</runtime>
  <rating>7.0</rating>
  <trailer>http://www.youtube.com/watch?v=adKev9P1iLI&amp;amp;feature=fvst&lt;/trailer&gt;
  <studio>New Legacy</studio>
  <plot>The hot-headed young D’Artagnan along with three former legendary but now down on their luck Musketeers must unite and defeat a beautiful double agent and her villainous employer from seizing the French throne and engulfing Europe in war.</plot>
  <overview>MPAA:PG-13 Rating:7.0 The hot-headed young D’Artagnan along with three former legendary but now down on their luck Musketeers must unite and defeat a beautiful double agent and her villainous employer from seizing the French throne and engulfing Europe in war.</overview>
  <director>Paul W.S. Anderson</director>
  <prevtitle>The Three Musketeers(Action, 2011)- The hot-headed young D’Artagnan along with three former legendary but now down on their luck Musketeers must unite and defeat a beautiful double agent.avi</prevtitle>
  <prevgenre>N/A</prevgenre>
  <genre>Action</genre>
  <genre>Adventure</genre>
  <genre>Romance</genre>
  <actor>
    <name>Milla Jovovich</name>
    <role>M’lady De Winter</role>
  </actor>
  <actor>
    <name>Orlando Bloom</name>
    <role>Duke of Buckingham</role>
  </actor>
  <actor>
    <name>Logan Lerman</name>
    <role>D’Artagnan</role>
  </actor>
  <actor>
    <name>Ray Stevenson</name>
    <role>Porthos</role>
  </actor>
  <actor>
    <name>Matthew Macfadyen</name>
    <role>Athos</role>
  </actor>
  <actor>
    <name>Luke Evans</name>
    <role>Aramis</role>
  </actor>
  <actor>
    <name>Mads Mikkelsen</name>
    <role>Rochefort</role>
  </actor>
  <actor>
    <name>Christoph Waltz</name>
    <role>Cardinal Richelieu</role>
  </actor>
  <url cache=“tmdb-.xml” function=“GetTMDBThumbsById” />
  <thumbnail>http://cf2.imgobject.com/t/p/w92/hE5h3SpvojRbRgJdDridEA1zmtp.jpg&lt;/thumbnail&gt;
  <thumbnail>http://cf2.imgobject.com/t/p/w92/5rCeXPZtROLc2wW0Ab0YzAM2C4x.jpg&lt;/thumbnail&gt;
  <thumbnail>http://cf2.imgobject.com/t/p/w92/cpKs0UApsflhnkGWTxMzyB6hcCU.jpg&lt;/thumbnail&gt;
  <thumbnail>http://cf2.imgobject.com/t/p/w92/cDbiZ14StmaxVVcFoV7kdts1Lof.jpg&lt;/thumbnail&gt;
  <thumbnail>http://cf2.imgobject.com/t/p/w92/wiuNBBHDmDWYfzDf8yx4IWUMXGY.jpg&lt;/thumbnail&gt;
  <thumbnail>http://cf2.imgobject.com/t/p/w92/dom0zHyYYRjDYEu851xbiVadMwU.jpg&lt;/thumbnail&gt;
  <thumbnail>http://cf2.imgobject.com/t/p/w92/sGWj1Lt5OuFs1xuUdpek6ghysz3.jpg&lt;/thumbnail&gt;
  <thumbnail>http://cf2.imgobject.com/t/p/w92/6EdsVwQGXW6oFBZxg3f1m7OQGqY.jpg&lt;/thumbnail&gt;
  <backdrop>http://cf2.imgobject.com/t/p/w780/qhEkv5etvyLHegVhFNiREQ7Lol.jpg&lt;/backdrop&gt;
  <backdrop>http://cf2.imgobject.com/t/p/w780/w73MsoIsLG3GzulCZ7mbVablYxC.jpg&lt;/backdrop&gt;
  <backdrop>http://cf2.imgobject.com/t/p/w780/uE97yg14YWfG8vpMjeUJf23pqXP.jpg&lt;/backdrop&gt;
  <backdrop>http://cf2.imgobject.com/t/p/w780/29aqnI76eMqpKPQ5AcdjZtOrfpV.jpg&lt;/backdrop&gt;
  <backdrop>http://cf2.imgobject.com/t/p/w780/u42f1mVtbPn4ZPPQtEp2mUXFlR7.jpg&lt;/backdrop&gt;
  <backdrop>http://cf2.imgobject.com/t/p/w780/jU5iViCqvycEnmbX04kYZi10lnR.jpg&lt;/backdrop&gt;
  <backdrop>http://cf2.imgobject.com/t/p/w780/v8Cfx2VZ3ADMtot3hOFJbGcsRTJ.jpg&lt;/backdrop&gt;
  <backdrop>http://cf2.imgobject.com/t/p/w780/XPBPUXcIlB6AJzW12AQRwWBMcd.jpg&lt;/backdrop&gt;
  <backdrop>http://cf2.imgobject.com/t/p/w780/9T3hiokST8a5zhagJqE6TyHG1Q9.jpg&lt;/backdrop&gt;
</details>

so could it be possible?, the program i use is called WDTVHubGen

Thanks