Rss feed with prefixed tags

Maksym Stepanenko asked on February 3, 2016 09:05

Hi, I am trying to display data from an RSS feed on my website. The problem is that this rss contains prefixed elements like <dc:creator> or <atom:link> Unfortunately I can't make my Rss repeater transformation to display them. If I do something like :

<span><%# Eval("dc:creator") %></span>

It turns out blank on the page.

What am I doing wrong?

Also can adding XSD schema to the Rss data source help by using substitutiongroup in it?

   Please, sign in to be able to submit a new answer.