Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the XML fragment for the feed item.
Syntax
HRESULT Xml( FEEDS_XML_INCLUDE_FLAGS fxif, IStream **pps );
Parameters
- fxif
[in] A FEEDS_XML_INCLUDE_FLAGS value that specifies whether to include namespace extensions to Really Simple Syndication (RSS) 2.0 in the XML.- pps
[out] Pointer to a variable of type IStream that receives the XML source for the feed item.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The XML fragment does not include the XML namespace declaration or Document Type Definition (DTD).
See Also