help with an xml file (prob. a dumb mistake)

when the example player tries to load this leaf xml it just hangs “retrieving”..

I have other leafs working perfectly. So I know it’s just an xml issue (at least logically should be). I’m probably doing something or missing something simple that just needs a second pair of eyes on it. Been working on this since noon today (4am now) I’m at my wits end :(..

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed>
          <resultlength>1</resultlength>
          <item sdimg="http://www.tvbydemand.com/roku/images/vintage-tv-sd.jpg" hdimg="http://www.tvbydemand.com/roku/images/vintage-tv-sd.jpg">
                 <title>Bat Masterson - The Fighter</title>
                 <contentid>1</itemid>
                 <contenttype>video</contenttype>
                 <contentquality>SD</contentquality>
                 <media>
                             <streamformat>ISM</streamformat>
                             <streamquality>SD</streamquality>
                             <streambitrate>3000</streambitrate>
                             <streamurl>http://www.tvbydemand.com/media2/iis/tv_sh............er/finished.ism/manifest</streamurl>
                 </media>
                 <synopsis>synopsis</synopsis>
                 <genres>VintageTV</genres>
                 <runtime>1800</runtime>
                 <rating>G</rating>
          </item>
</feed>

1

The xml validator here says those tags don’t match. http://www.xmlvalidation.com/

That was it, thanks so much, needed another set of eyes to look at it!! Like I said stupid mistake I kept missing!