I want to get the first element using Zend_Dom_Query Example I have 2 forms in document:
<html><form/><form/></html>
How can I get the first form? I tried this: $dom->query('form:eq(1)')
like jQuery selector but not success. Can you help me? Thanks a lot!