-- Waigani <[EMAIL PROTECTED]> wrote
(on Sunday, 28 September 2008, 01:19 PM -0700):
> I'm trying to select every element that has the string 'url' inside its style
> attribute. The following does not work: $dom->query('*[style*="url"]').

Try without the leading '*':

    $dom->query('[style*="url"]')

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to