ZF-9099: Zend_Dom_Query doesn't support search by attribute id start from '_'
Description
for example when query by 'input#__VIEWSTATE', the Zend_Dom_Query_Css2Xpath::_tokenize() does not translate it to xpath expression as expected 'input[@id="__VIEWSTATE"]';
Comments
Posted by Kevin Zhou (kevin-zhou) on 2010-02-06T01:37:09.000+0000
Workaround exists that to use the attribute search directly, like "input[@id="__VIEWSTATE"]"
Posted by Adam Lundrigan (adamlundrigan) on 2012-05-29T18:21:53.000+0000
Duplicate of ZF-8904