Quantcast
Channel: Active questions tagged syndication-feed - Stack Overflow
Browsing all 31 articles
Browse latest View live

SyndicationFeed Unable To Read ATOM Feed

I am trying to parse the following atom XML feed:<dealer version="1.12" xmlns:atom="http://www.w3.org/2005/Atom"><atom:link rel="self" href="http://Blah.com/dealers/1234"/><atom:link...

View Article



How to retrieve Link from Atom feed using SyndicationFeed and limiting number...

I'm a bit new to asp.net so please bear with me...I am trying to read and display an Atom feed from a WordPress site.Scrounging the web, I was able to put together the following code in the...

View Article

SyndicationFeed not adding rel="self" attribute

I'm using SyndicationFeed to generate an Atom feed.I seem to have everything working except when I use W3C Feed Validation Service to validate my feed, I get the following warning.This feed is valid,...

View Article

How to Add a Header to the XML Preamble i.e "" in xml document? [duplicate]

Here I wish to add a namespace to the forst line of xml document i.e<?xml version="1.0" encoding="utf-8"?> I am creating the xml file using c# with the help of syndicate rss feed.it should be...

View Article

Is there any defined atom syndication xml schema?

Is there any defined atom syndication xml schema?RFC 4287 only contains a Relax NG compact schema in appendix B.

View Article


Reading non-standard elements in a SyndicationItem with SyndicationFeed

With .net 3.5, there is a SyndicationFeed that will load in a RSS feed and allow you to run LINQ on it. Here is an example of the RSS that I am loading:<rss version="2.0"...

View Article

Adding MRSS (media) to SyndicationFeed

I have a Syndication Feed.When serializing using Rss20FeedFormatter I get xmlns:cf and xmlns:cfi namespaces declared in the xml.The media element remains inline.<media:thumbnail...

View Article

SyndicationFeed Class doesn't handle RSS version 0.91

The SyndicationFeed Class in .NET only seems to support RSS version 2.0. How do I go about supporting RSS version 0.91?

View Article


element in RSS Feed XML rendering offset as Z instead of +0000

I have my RSS Feed setup using System.ServiceModel.Syndication library. The SyndicationItem class in the same library is used to render the item and it's sub nodes for each post in the RSS Feeds....

View Article


Reading all rss items from C# SyndicationFeed

I am trying to read the RSS feed from C# code using System.ServiceModel.Syndicationvar reader = XmlReader.Create(feedUrl);var feed = SyndicationFeed.Load(reader);Code works perfect but only gives me 25...

View Article

Reading encoded XML tags Through RSS feed

I have been trying to read XML file through my RSS link. I am using SyndicationFeed class . The issue is that I am unable to read some of the tags due to protection....

View Article

CNN media:content medium="image" SyndicationFeed

I'm trying to get the image value out of CNN's RSS feed, but I'm having problems trying to get it.What I after is the value from <media:content medium="image"...

View Article

Filtering a Collection in C#

I'm currently using SyndicationFeed to extract an image from a syndication item. Each item has a collection of links. For each link collection I want to do the following:check the first instance where...

View Article


Retrieving custom element values from xml using SyndicationFeed

I'm trying to figure out a way to retrieve the itunes elements from this xml feed and can not for the life of me figure it out.<item><title>Episode 41 - Brobdingnagian Lunches To Die...

View Article

SyndicationFeed: Content as CDATA?

I'm using .NET's SyndicationFeed to create RSS and ATOM feeds. Unfortunately, I need HTML content in the description element (the Content property of the SyndicationItem) and the formatter...

View Article


Get media elements from RSS using SyndicationFeed

I'm attempting to parse an RSS feed using C# and the SyndicationFeed class. I'm iterating over the items to get a list of SyndicationItems and that is exposing most of the feed properties, but what I...

View Article

Load SyndicationFeed and async/await

Can we read RSS by async/await?XmlReader reader = XmlReader.Create("http://localhost/feeds/serializedFeed.xml");SyndicationFeed feed = SyndicationFeed.Load(reader);Any clue?

View Article


Return T where are different return types

I have different return types so I can't decide what to use for that.I was thinking something like that below, but if you have other ideas I am open for that.public T GetValue<T>(ContentType...

View Article

Author_name not showing up in Django syndication rss feed

I have a Django-based site. It has a feed which uses the django syndication framework). Although I've specified author_name in the feed's definition, no author appears in the feed itself. An author is...

View Article

SyndicationFeed in Asp.net core

I have a problem with SyndicationFeed in asp.net core. I know that hasn't been ported yet to the asp.net core but I also use full .net framework so I think it should works.Here's my code where I have...

View Article
Browsing all 31 articles
Browse latest View live




Latest Images