Thread
:
XPath Tutorial - vbq (very basic question)
View Single Post
02-26-2015, 02:44 PM
#
2
eschwartz
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
That searchpattern is designed to match all h2 tags (regex:
<h2( [^>]*)?>
), as well as all tags of class "chapter" (regex:
<\w+ class="chapter">
)
eschwartz
View Public Profile
Find More Posts by eschwartz
Track Posts by eschwartz via RSS