ok, with the sintax 
  $domDiv = $dom->query('div.someClass'); 
it works nice!!!

but the sintax 
  'div[class="someClass"]' 
I've used is suggested in the Zend documentation
(http://framework.zend.com/manual/en/zend.dom.query.html)
in the 'arbitrary attributes' section

there is an error in the library??

-- 
View this message in context: 
http://www.nabble.com/Zend_Dom-out-of-memory-tp21125082p21203493.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to