Normalize Method

Transforms the XML of the feed into the standard format.

Syntax

feedXmlOut = FeedsManager.Normalize(feedXmlIn)

Parameters

feedXmlIn Required. String that specifies the XML to be normalized.

Return Value

String that receives the resulting XML.

Possible Exceptions

FEC_E_INVALIDMSXMLPROPERTY Unable to set Microsoft XML (MSXML) second-level property.

Remarks

If this method fails with FEC_E_INVALIDMSXMLPROPERTY, ensure that a current release of the MSXML component is installed.

When a feed is downloaded, it is transformed into the Windows RSS Platform native format before processing. This format includes platform-specific extensions and is essentially a superset of all supported formats.

Normalize recognizes the following formats:

  • Atom Syndication Format 0.3, 1.0
  • Rich Site Summary (RSS) 0.91, 0.92
  • RDF Site Summary (RSS) 1.0
  • Really Simple Syndication (RSS) 2.0

Applies To

FeedsManager

See Also

Merge