Que tal andresdzphp, trate de probar lo que comento pero me muestra Array, lo intente de la siguiente manera:
Código PHP:
<?PHP
$library = simplexml_load_file("library.xml");
$res = $library->xpath('(//titulo[text() = "Rock"])[position() <= 20]');
echo $res;
?>
Muchas gracias.