Quantcast
Channel: SyndicationItem serialized with Atom10ItemFormatter returns empty output - Stack Overflow
Viewing all articles
Browse latest Browse all 2

SyndicationItem serialized with Atom10ItemFormatter returns empty output

$
0
0
private static string SerializeItem(SyndicationItem item){    StringBuilder builder = new StringBuilder();    Atom10ItemFormatter formatter = new Atom10ItemFormatter(item);    formatter.WriteTo(XmlWriter.Create(builder));    return builder.ToString();}

Returns empty string. Why? item is a valid atom entry received from the feed.


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images