ownerDocument); $xpath->registerNamespace('az', 'http://webservices.amazon.com/AWSECommerceService/2011-08-01'); foreach (array('Source', 'Content') as $el) { $this->$el = (string) $xpath->query("./az:$el/text()", $dom)->item(0)->data; } } }