Quote:
Originally Posted by kovidgoyal
Umm it states that the conversion pipeline converts to html internally and that you can access this html using the debug option and that you should use this html to figure out what to put in the XPath (as a matter of fact the way you did it is not correct and may not always work).
|
Yes, but I have no other choice as the HTML generated is way too vague.
What is getting generated is
Code:
<span class="none">Chapter 1</span>
That in mind, and the fact that there are MANY span class="none" that aren't chapters, how would you suggest I do it?