user2907386
user2907386

Reputation: 41

Unmarshaller failure

I have to mrss feeds form which I'm getting the content via unmarshalling process. They look like to have the same structure, but in one case it is always returning null as 'mediaContent'. Can someone help what is the difference between the two feeds?

returns null: http://smrss.neulion.com/u/nhl/mrss/sights-and-sounds/vod.xml working correctly: http://smrss.neulion.com/u/nhl/mrss/news/news_mrss.xml

Upvotes: 2

Views: 77

Answers (1)

Xstian
Xstian

Reputation: 8282

At first glance seems that namespaces are different .. first one is http://search.yahoo.com/mrss, and the second is http://search.yahoo.com/mrss/. The second has a / at the end.

Upvotes: 1

Related Questions