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.