Xml Method
Returns the XML fragment for the feed item.
Syntax
xml = FeedItem.Xml(includeFlags)
Parameters
includeFlags Required. A FEEDS_XML_INCLUDE_FLAGS value that specifies whether to include namespace extensions to Really Simple Syndication (RSS) 2.0 in the XML.
Return Value
Returns the XML source for the feed item.
Remarks
The XML fragment for the item does not include the XML namespace declaration or Document Type Definition (DTD).
Applies To
FeedItem
See Also