Thread: Spliting a file
View Single Post
Old 05-16-2014, 06:54 PM   #5
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,557
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Well I just tried the following using the Wizard.
Code:
Match HTML tags: hr
Having the attribute: class
With value: sigil_split_marker
for an XPath expression of
Code:
//h:hr[re:test(@class, "sigil_split_marker", "i")]
and it worked perfectly.
PeterT is offline   Reply With Quote