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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
