Studiati questo codice:

Codice PHP:
<?php 
ob_start
();
include(
dirname(__FILE__) . '/cartella/rss.php');
$xml ob_get_clean();

var_dump($xml);
?>