get_elements_by_tagname('N'); foreach($alln as $n) { $t = $n->first_child(); if($t != NULL) { echo $t->node_value() . "
\n"; } } ?>