--- library/Zend/Dom/Query/Css2Xpath.php (revision 18464) +++ library/Zend/Dom/Query/Css2Xpath.php (working copy) @@ -53,6 +53,7 @@ } $paths = array('//'); + $path = preg_replace('|\s+>\s+|', '>', $path); $segments = preg_split('/\s+/', $path); foreach ($segments as $key => $segment) { $pathSegment = self::_tokenize($segment);