Re: [Doxygen-develop] XHTML output format
Brought to you by:
dimitri
From: Francesco M. <f18...@ya...> - 2008-03-01 17:23:17
|
Dimitri Van Heesch ha scritto: > On 1 mrt 2008, at 16:34, Francesco Montorsi wrote: > >> Hi, >> I'm looking at doxygen sources as I'd be interested into adding >> XHTML output format capabilities... >> >> looking at htmlgen.cpp and htmlgen.h I see that apparently only a >> small >> number of changes there should allow the generation of XHTML compliant >> output files... isn't it? >> >> Would you accept a patch which modifies the HtmlGenerator class to >> output either HTML 4.01 or XHTML 1.1 based on a new configuration >> setting HTML_OUTPUT_VERSION = HTML4|XHTML1.1 ? > > Yes, I would accept such a patch. If you do not need to make > concessions to > the way the resulting pages look then it does not even have to be an > option for me. ok; then I'm making a patch which simply changes the current output from HTML4 to XHTML 1.0 strict (actually I realized XHTML 1.1 is still not a recommendation but a working draft / proposed recommendation). I'm quite sure the output look won't change in any sensible way. >> One annoying thing I'm trying to fix is that, at least for the HTML >> pages generated in response to @page commands, <p> start tags are >> correctly generated but not their relative </p> close tags... > > Indeed, that is probably the biggest issue. I've partially sorted it out... Francesco |