-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something wrong with CSS Selector in Version 0.0.5 #13
Comments
I've run into a similar issue
interestingly
|
This issue was due to an update improving quote escaping in selectors. The issue is fixed in 0.0.6. Please try the latest version and let me know if you have any more issues as Osmosis is undergoing many changes and enhancements. |
#13 (comment) is good now |
RÖB On Apr 12, 2015 5:33 AM, "nino" notifications@github.com wrote:
|
RÖB On Apr 12, 2015 3:00 PM, "rc0x03" notifications@github.com wrote:
|
Code:
{
'city': '.cityName h3',
'district': '.cityName h1',
'current': '.sk .tem span',
'wet': '.sk .num .sp1',
'wind': '.sk .num .sp2',
--> 'otherCity[]': '.city li a span',
'otherCityLink[]': '.city li a@href'
}
'.city li a span' works fine in v0.0.4.
But in v0.0.5 show this message:
omsosis DEBUG (get) starting instance 2
XPath error : Invalid expression
.//*[contains(concat(' ',normalize-space(@Class),' '),' city ')]//li a//span
Plz help..
The text was updated successfully, but these errors were encountered: