http://bugs.meego.com/show_bug.cgi?id=1745
--- Comment #5 from yongsheng <[email protected]> 2010-05-06 21:54:23 PDT --- (In reply to comment #4) > (In reply to comment #3) > > Take a look at src/dbsu/interfaces/spec-to-docbook.xsl. This is already > > used on > > 'make', and "docbook2html <docbook.xml>" produces somewhat readable output. > yes, that's right. thanks for your kind reminder. docbook2html can't process those docbook files generated from our specs for I learn it can't always process xml files. However, using docbook.xsl stylesheet and xsltproc, we can generate readable outputs. For these stylesheets files are included in different packages on different platforms, I suggest 1) we directly add docbook related stylesheets to our project. so we have to include many stylesheets in the project. 2) no need to include these stylesheets but only use them directly but it is necessary to have internet access when generating documents. See below: xsltproc \ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \ myfile.xml For merging html pages into page, I think not. I suggest generating one main page with some links to these D-Bus API pages. -- Configure bugmail: http://bugs.meego.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
