XPath

どう書く?orgのXPath版

http://1.kissho.org/100R/ このページのAutoPagerizeのnextLinkのXPathどう書く? id:miya2000さまよりブコメを頂いた。す、すごい。ゴクリ。 //a[contains(@href,"http://1.kissho.org/100R/") and contains(@href, ".php?") and (preceding-sibling::node…

XPathのid(object)と//*[@id=object]の違いについて

http://tv2ch.com/jlab-10s/などユニークではないIDがあるページを参照しながら読むエントリー。 id(object)の場合 var ga = document.evaluate('id("sam_height")', document, null, 7, null); console.log(ga.snapshotLength) //1 //*[@id=object]の場合 v…