John Maddock wrote: > generates an xhtml subdirectory with the chunked docs in it, but in XHTML > format rather than HTML. Not sure if this addresses your concerns but there > we go. I do note that the output doesn't *quite* validate correctly with > HTML Tidy because our existing stylesheet modifications don't *quite* > generate XHTML. They look easy enough to fix though if someone will take it > on. If there are still any other misplaced formatting elements in there, > I'm sure we can modify the XSL to fix that as well :-)
I actually posted a patch a while ago (but for valid HTML 4, not XHTML) - it didn't fix everything, but it fixed some of the easiest validation errors. http://article.gmane.org/gmane.comp.lib.boost.documentation/2035/match=validate No one picked up on it, and I wasn't that bothered so it went nowhere. But I think it still applies. The improvement is only slight though - it doesn't fix any of the problems that Rene wrote about. And the doctype code would have to be made smarter - so that it uses an XHTML doctype when generating XHTML. Daniel ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
