Quantcast
Channel: SyndicationItem serialized with Atom10ItemFormatter returns empty output - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Oppositional for SyndicationItem serialized with...

The XmlWriter is not being disposed of/flushed and so the output builder has not been written to.The following example works:static void Main(string[] args){ SyndicationFeed feed = null; using (var...

View Article



SyndicationItem serialized with Atom10ItemFormatter returns empty output

private static string SerializeItem(SyndicationItem item){ StringBuilder builder = new StringBuilder(); Atom10ItemFormatter formatter = new Atom10ItemFormatter(item);...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images