I\'m just getting started with using php DOMDocument and am having a little trouble. How would I select all link nodes under a specific node lets say
in jquery i could
Retrieve the DOMElement whose children you are interested in and call DOMElement::getElementsByTagName on it.