xpath_new_context(); $result = xpath_eval($xpctx, 'link'); foreach ($result->nodeset as $nodo) { $shortlink = $nodo->get_content(); } // Print the result $openinput = ''; $end = "$openinput$shortlink$closeinput"; echo $end; } ?>