Is your weblog installed on the same domain?
Then you could simply get the data directly from the database.
Else you would have to parse the RSS feed by getting its content via
file_get_contents() and either using PHP's XML functions to get the
stuff you want or using regular expressions.