el codigo con error es el que kiko's posteo mira:
    
Código PHP:
Ver original<?php
require('file.php');
 
$xbox = new XboxGamercard();
$xbox->setGamertag('palabrin');
$xbox->setRegion('en-GB');
$data = $xbox->fetchData();
 
<?php if ( $_GET['format'] == 'xml' ) { ?>
     <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
        <XboxAPI>
            <User>
                <Gamertag><![CDATA[ "<?php echo $data->gamertarg?>" ]]></Gamertag>   
                <IsValid><![CDATA[ "<?php echo $data->is_valid?>" ]]></IsValid>
                <ProfileLink><![CDATA[ "<?php echo $data->profile_link?>" ]]></ProfileLink>      
            </User>
        </XboxAPI>
<?php } ?>
  
en cuanto a lo otro estoy leyendo como instalar pear, no te comprendi bien que hacer pero estoy leyendo sobre pear rapidito jejeje