ownerDocument); $xpath->registerNamespace('az', 'http://webservices.amazon.com/AWSECommerceService/2005-10-05'); foreach (array('ASIN', 'Title') as $el) { $this->$el = (string) $xpath->query("./az:$el/text()", $dom)->item(0)->data; } } }