Merge Method
Combines the specified XML with the feed.
Syntax
Feed.Merge(feedXml, feedUrl)
Parameters
feedXml Required. String that specifies the XML to be merged with the feed. feedUrl Required. String that specifies the download URL to be used for security purposes.
Return Value
No return value.
Remarks
The XML document should be a well-formed Really Simple Syndication (RSS) 2.0 feed format. If the document cannot be loaded, Merge will return an error.
The feedUrl parameter is used to determine the security zone of the feed and it may not be null. If the URL begins with anything other than the "http:" or "https:" protocol, or if it cannot be parsed, this method will fail.
Applies To
Feed
See Also