stimms

About

Username
stimms
Joined
Roles
Member

Comments

  • Thanks for your help, I'll move the discussion over there.
  • A reasonable point. This site makes heavy use of class names which I also tried using For instance I used doc.evaluate('//h2[@class="fly-title"]', doc, nsResolver, XPathResult.ANY_TYPE, null).iterateNext().textContent; Which, again, wo…