Re: [quickbook] svg image and width/height specifications
Daniel James <[email protected]> Thu, 29 Oct 2015 00:08:31 +0000
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHOE3yf2B7wgEeoMfaCZHjjvRHoDBA0f28umCfUUBQortpijRA@mail.gmail.com> |
On 28 October 2015 at 18:02, John Maddock <[email protected]> wrote: > >> How would I change the HTML version? >> > I'm not sure, but I suspect it's tied to our xsl wrappers. There are some xsl parameters for docbook. The doc build uses: <format>html:<xsl:param>chunker.output.doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" <format>html:<xsl:param>chunker.output.doctype-system="http://www.w3.org/TR/html4/loose.dtd" I don't think it make much difference to the html generated, it just sets the doctype, which tells the browser to treat it differently. It's at the bottom of this file: https://github.com/boostorg/boost/blob/master/doc/Jamfile.v2 Last I checked there was no way to do html5, but that might have changed?