On 12/11/2012 03:35 PM, Nico Williams wrote:
> OK, thanks :) that's the answer I was hoping for. Not that I have time
> to contribute code here, but just for my edification: where would I
> look in the source code? In particular I'm using the docbook class but
> exporting to LyXHTML. I'm not sure why I'm doing that -- only that
> I've found that to work best for my purposes (namely: that more
> metadata gets preserved in the resulting XHTML). Thanks! 

Search for docbook methods, you will see them near xhtml methods.
Usually this is a good place to start.

As an example every insert has an export method.

Initial the process to export starts in src/Buffer.cpp then goes to
src/output_docbook.cpp and from there is delegated to the different
elements.

This is the short version. :-)

After this short walk trough if you still have doubts then the next step
is to ask here. :-)

-- 
José Matos

Reply via email to