>>>>> Steinar Bang <[EMAIL PROTECTED]>:
> Platform: DocBook XML 4.1.2, DocBook XSL 1.48
> I would like to create a table which look like the below example, when
> rendered in in HTML and FO,
> All cells with text in them in the above example to be boldfaced, in
> the way the contents of <entry> elements in <thead> are, when rendered
> in HTML (and FO). All cells without entries are meant to be filled
> out by the reader (with a pen on a paper printout).
> But I'm clueless as how to handle getting "Header1", "Header2"
> etc. into bold face.
<row>
<entry><emphasis role="bold">Header1</emphasis></entry>
<entry></entry>
<entry></entry>
</row>
seems to work in HTML, at least. I'll see how it looks in PDF tomorrow.