Quote:
Originally Posted by Stinger
Alas, the complexities of XPATH is something I'm still trying to learn myself, so hopefullt someone more versed in that will pipe in here.
|
Yeah, sometimes being forced to use the XPATH for chapter headings is a real pain.
Most of the time I wish I could just us a straight regex, like in the header removal. It's usually pretty easy to write regex that only matches the chapter headings, but often it wont mesh properly with the XPATH or something, and returns an error.
I see the value of the XPATH to match multiple attributes, but in some circumstances, a plain regex match would be much easier.
I wish there was an option to use either the XPATH, or a straight regex.