public marks

PUBLIC MARKS from decembre with tags xpath & extension

August 2009

Autopager - Create new ap rule for page without "next" in links - teesoft, make software to a tee

This works on AutoPager 0.5.1.4 or newer version. This is the recording of the steps to create the rule for http://www.pspad.com/en/pspad-extensions.php. This demo shows how to create AutoPager rules for the pages which don't have "Next" in links. They only have a navbar includes all the page numbers like this: Page: [1], 2, 3, 4. The final link xpath get in this tutorial is: //div[@id='obspoz']/p/text()[contains(.,'[')]/following-sibling::a[1] Steps explains: //div[@id='obspoz']/p :select the navbar. //div[@id='obspoz']/p/text() : select the texts in the navbar since current page number does not have a node //div[@id='obspoz']/p/text()[contains(.,'[')] : select the text for the current page number. It will be easier if the current page number has a node, for example if it's a span with class='current': //div[@id='obspoz']/p/span[@class='current']. //div[@id='obspoz']/p/text()[contains(.,'[')]/following-sibling::a[1] : select the first link after the current page number text.

January 2009

XPather - XPath Generator and Editor__Firefox Extension

by 2 others
...generates XPaths while browsing or inspecting HTML/XML/*ML documents; evaluates your XPaths and inspects the results; extracts the content.

April 2008

AutoPager :: Firefox Add-ons

AutoPager is a firefox/mozilla extensions to autoloading next page.It's configuration is base on XPath. You can find there is a built in function to create a XPath by click some links on the pages.

decembre's TAGS related to tag xpath

adblock +   addon +   api +   automatiser +   autopager +   code +   comment +   Cookbook +   cours +   css +   dev +   developpez.com +   div +   documentation +   dom +   extension +   firebug +   firefox +   francais +   freeware +   greasemonkey +   guide +   howto +   html +   information +   java +   navigation +   nettoyer +   outil +   page +   pagination +   programmation +   reference +   regxp +   Request +   requete +   ressource +   script +   search +   site +   slylesheet +   tool +   tutorial +   tutoriel +   web +   webdev +   xhtml +   xml +   xpi +