con intval():
<?php
$xml = simplexml_load_file('xml/en_site.xml');
echo $xml->pages->page[intval($_GET['pagina'])]->text;
?>