我正在尝试将 RSS 提要项解析为 SyndicationItem。
根据合同,Summary 属性应该包含来自 RSS 2.0 的描述元素。但是我的 rss 提要包含元素内容编码,并且 SyndicationItem 的摘要包含内容编码而不是描述。我使用的 RSS 提要是http://www.demorgen.be/nieuws/rss.xml
//
// Summary:
// Gets or sets a summary of the item.
//
// Returns:
// The atom:summary element or the description element in RSS 2.0.
如果存在内容编码,那么在描述元素中获取文本的最佳方法是什么?