getXmlRecent

Description

Pulls all the data for the recent posts and returns it in an array for the feed.

Syntax

array getXmlRecent (string $xml_format)



Parameter $xml_format

Expected type: Enumerated String
Description: Which format the data should be configured for

Possible string values
Allowed values Description
'Anything Else' XML (proprietary, but returns the most information)
'atom' ATOM
'rdf' RDF
'rss' RSS 0.92
'rss2' RSS 2.0



Return value

Expected type: Array
Description: $data, an array of information with keys corresponding to tags for the appropriate format (keys vary depending on format)


Notes

  • Called by ?action=.xml;sa=recent[;type=x]
Advertisement: