Quote:
Originally Posted by kovidgoyal
Because you're matching on the epub output, not the intermediate html.
|
Ok then I how would I do it so that it matches any
Code:
<span class="none fs0">Chapter ????
where chapter is the number?
Code:
//h:span[re:test(@class, "none fs0", "i") and re:test(., "Chapter \d{0,4}", "")]
?