From: Francesco M. <f18...@ya...> - 2008-03-01 12:25:09
|
Hi, I need to customize the HTML output of Doxygen, in just few points, in a way that's not possible just using CSS. I'd like to do it using XSLT over the doxygen's XML output. However googling I couldn't find any XSLT which I can take as basis and which transforms doxygen XML output in something _similar_ to doxygen HTML output.... I tried to write an XSLT which takes as input the doxygen HTML instead of the doxygen XML but I found that sometimes doxygen writes stuff like: ... <dl class="note" compact> ... which even if is valid HTML4 (I'm not sure), is not XML-valid and thus xsltproc refuses to process it... So my questions are: 1) has anyone ever written an XSLT which transforms doxyXML to something similar to doxyHTML ? 2) has anyone ever written a PerlMod which transforms doxyPerlMod to something similar to doxyHTML ? 3) is an XHTML doxygen backend being written? when will it be ready? (I ask this because XHTML would be processable with XSLT without troubles, unlike HTML4) 4) which are the other possibilities for customizing doxygen's HTML output (*) ? Thanks, Francesco (*) = searching doxygen mailing list archives I've seen this is a common question; maybe it would be nice to put a chapter about this in the doxygen manual. |