OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: annotating docbook sections


Hi All,

I'm trying to add annotation to my docbook manual when rendered to pdf using xsltproc and fop.

I'm using a template in my custom xsl:

<xsl:template match="d:section">
  <xsl:apply-templates/>
</xsl:template>

This is my first attempt. My expectation is that this should make not difference to the rendered pdf. However, after executing, I discover the sections titles are missing through-out the pdf document.

If you could explain why this is - and how I can modify my template so section titles are displayed in the pdf, I would be grateful.

cheers,
Richard


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]