load('indexes.xml'); $xpath = new DOMXpath($dom); ?>

query('//multiregion'); if($res && $res->length > 0) { foreach($res as $node) { echo ""; } } ?>
".$node->getAttribute('name')."".$node->getAttribute('date'). "".$node->getAttribute('size')."".$node->getAttribute('parts')."". $node->getAttribute('description')."

query('//region[@local]'); if($res && $res->length > 0) { foreach($res as $node) { if (file_exists('indexes/'.$node->getAttribute('name'))) { echo ""; } } } ?>
".$node->getAttribute('name')."".$node->getAttribute('date'). "".$node->getAttribute('size')."". $node->getAttribute('description')."

query('//region'); if($res && $res->length > 0) { foreach($res as $node) { if (!file_exists('indexes/'.$node->getAttribute('name')) || !$node->getAttribute('local')) { echo ""; } } } ?>
".$node->getAttribute('name')."".$node->getAttribute('date'). "".$node->getAttribute('size')."". $node->getAttribute('description')."