- Регистрация
- 06.06.2016
- Сообщения
- 92
- Благодарностей
- 6
- Баллы
- 8
Hi,
I want to use the following xpath to scrap content in web page however it doesn't work in Zenno.
Do you know why ?
I want to use the following xpath to scrap content in web page however it doesn't work in Zenno.
Код:
//text()[not(ancestor::select)][not(ancestor::script)][not(ancestor::style)][not(ancestor::noscript)][not(ancestor::form)][string-length(.) > 10]