View Single Post
Old 08-27-2010, 09:15 AM   #2
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Hi erion, Welcome to the forum.

I use the GUI so I'm not a commandline expert, but I think you're missing a --chapter conversion option.

In the GUI to detect chapters at <h1> or <h2> you need this code:
Code:
//*[name()='h1' or name()='h2']
so my guess is you need to add something like
Code:
--chapter "//*[name()='h1' or name()='h2']"
to the command you showed above.
(I get confused with quotes usage on the commandline, so apologies if I haven't got it exactly correct)

Last edited by jackie_w; 08-27-2010 at 09:17 AM.
jackie_w is offline   Reply With Quote