$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2004-02-04 16:30:35
On Wed, 4 Feb 2004, Christopher Currie wrote:
> Reece Dunn wrote:
> > It will end up being a replacement for boostbook/xsl/html-single.xsl once I
> > have it completed, so you could try renaming that file then change my
> > stylesheet to html-single.xsl, although I haven't tested this approach.
>
> Just did that; what's attached is what your stylesheet generates. It
> looks like it still needs some work (but then so does my docbook),
> apparently each chapter is being tagged as a separate <html> element. It
> also doesn't generate well-formed xhtml, as there's no <?xml?> directive
> or <!DOCTYPE> declaration (both problems shared with the original
> html-single.xml, which seems to be related to an old version of the
> docbook-xsl package).
Why html-single.xsl instead of html.xsl? I'm expecting that we want to use
chunking, because that one HTML page can get pretty long... :)
Doug