scrap content

  1. cherubin

    Xpath working on browser not in zennoposter

    Hi, 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] Do you know why ?