View Single Post
Old 02-05-2017, 11:15 PM   #5
a.o.advena
Junior Member
a.o.advena began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2017
Device: none
Thanks for catching the error. I tried this new expression, but no luck. I still get all the section & chapters in one big xml file.

For kicks, I did a little more experimentation and tried some other combos based on the manual and wizard
Code:
//h:p[@class="P-Chapter-Number c_odt0"]
Code:
//*[@class="P-Chapter-Number c_odt0"]
Code:
//*[re:test(@class, "P-Chapter-Number c_odt0", "i")]
all with the same result.
a.o.advena is offline   Reply With Quote