> I haven't been paying attention recently: is anyone working on
> rendering the original DocBook XML with CSS in the browser, and thus
> bypassing the conversion stage altogether?

Not that I’m aware of. For a lot of DocBook, it would be pretty easy. A
lot of DocBook markup turns into divs and spans with class attributes
when you run it through XSLT.

CALS tables would probably be impossible, but you could use HTML tables
instead.

You’d have to place elements (for example: title, subtitle, author,
etc.) in the right order because CSS can’t reorder them. Any rendering
that required reordering (footnotes, epigraph attributeions, some
synopsis elements, some mediaobjects) wouldn’t work. I don’t think you
could make a multi-page version because counters would reset on each
document (so every chapter would be chapter “1”), though maybe you could
fix that with some clever CSS.

I dunno. Maybe you could get pretty far.

                                        Be seeing you,
                                          norm

--
Norman Tovey-Walsh <[email protected]>
https://nwalsh.com/

> No man's knowledge here can go beyond his experience.--John Locke

Attachment: signature.asc
Description: PGP signature

Reply via email to