How to select all nodes with rel
atrribute starting with "placeholder_"?
In jQuery I achieve it by ( "[rel^='placeholder_']" )
but carrot is not working when I use
$domObj=new Zend_Dom_Query();
$domObj->setDocument($templateRender);
$result=$domObj->queryXpath("//*[@rel=^'placeholder_'] " );