EDN Admin
Well-known member
It has feed data
<pre class="prettyprint <item>
<title>Rosa Mendes And AJ Lee</title>
<link>
http://www.allwrestlingdivas.com/rosa-mendes-and-aj-lee/
</link>
<comments>
http://www.allwrestlingdivas.com/rosa-mendes-and-aj-lee/#comments
</comments>
<pubDate>Thu, 05 Apr 2012 04:06:47 +0000</pubDate>
<dc:creator>admin2</dc:creator>
<category>
<![CDATA[ AJ ]]>
</category>
<category>
<![CDATA[ Rosa Mendes ]]>
</category>
<guid isPermaLink="false
http://www.allwrestlingdivas.com/rosa-mendes-and-aj-lee/
</guid>
<description>
<![CDATA[ ]]>
</description>
<content:encoded>
<![CDATA[
<img src="http://www.allwrestlingdivas.com/wp-content/uploads/2012/04/Rosa-Mendes-And-AJ-Lee1.jpg" alt="Rosa Mendes And AJ Lee" />
]]>
</content:encoded>
<wfw:commentRss>
http://www.allwrestlingdivas.com/rosa-mendes-and-aj-lee/feed/
</wfw:commentRss>
<slash:comments>0</slash:comments>[/code]
i am able to get title,<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal link,<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal comments,<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal category
how can i get and set this node
<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal content:encoded
<pre class="prettyprint namespace Feed_Collection
{
public class Game
{
[XmlElement("control")]
public string control { get; set; }
[XmlElement("title")]
public string title { get; set; }
[XmlElement("site")]
public string site { get; set; }
[XmlElement("picture")]
public string picture { get; set; }
[XmlElement("link")]
public string link { get; set; }
[XmlElement("category")]
public string category { get; set; }
[XmlElement("content:encoded")]
public string content:encoded { get; set; }
}[/code]
<br/>
<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal
<pre class="prettyprint namespace Feed_Collection
{
[XmlRoot("rss")]
public class Games
{
[XmlArray("channel")]
[XmlArrayItem("item")]
public ObservableCollection<Game> Collection { get; set; }[/code]
<br/>
<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal <br/>
<hr class="sig Solve your Problems @ http://www.livetut.com/
View the full article
<pre class="prettyprint <item>
<title>Rosa Mendes And AJ Lee</title>
<link>
http://www.allwrestlingdivas.com/rosa-mendes-and-aj-lee/
</link>
<comments>
http://www.allwrestlingdivas.com/rosa-mendes-and-aj-lee/#comments
</comments>
<pubDate>Thu, 05 Apr 2012 04:06:47 +0000</pubDate>
<dc:creator>admin2</dc:creator>
<category>
<![CDATA[ AJ ]]>
</category>
<category>
<![CDATA[ Rosa Mendes ]]>
</category>
<guid isPermaLink="false
http://www.allwrestlingdivas.com/rosa-mendes-and-aj-lee/
</guid>
<description>
<![CDATA[ ]]>
</description>
<content:encoded>
<![CDATA[
<img src="http://www.allwrestlingdivas.com/wp-content/uploads/2012/04/Rosa-Mendes-And-AJ-Lee1.jpg" alt="Rosa Mendes And AJ Lee" />
]]>
</content:encoded>
<wfw:commentRss>
http://www.allwrestlingdivas.com/rosa-mendes-and-aj-lee/feed/
</wfw:commentRss>
<slash:comments>0</slash:comments>[/code]
i am able to get title,<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal link,<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal comments,<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal category
how can i get and set this node
<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal content:encoded
<pre class="prettyprint namespace Feed_Collection
{
public class Game
{
[XmlElement("control")]
public string control { get; set; }
[XmlElement("title")]
public string title { get; set; }
[XmlElement("site")]
public string site { get; set; }
[XmlElement("picture")]
public string picture { get; set; }
[XmlElement("link")]
public string link { get; set; }
[XmlElement("category")]
public string category { get; set; }
[XmlElement("content:encoded")]
public string content:encoded { get; set; }
}[/code]
<br/>
<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal
<pre class="prettyprint namespace Feed_Collection
{
[XmlRoot("rss")]
public class Games
{
[XmlArray("channel")]
[XmlArrayItem("item")]
public ObservableCollection<Game> Collection { get; set; }[/code]
<br/>
<span style="color:#881280; font-family:monospace; font-size:13px; line-height:normal <br/>
<hr class="sig Solve your Problems @ http://www.livetut.com/
View the full article