Re: [docbook-apps] collab elements: not present in FO
Hi, Try adding this template to your customization layer for FO output: <xsl:template match="collabname"> <fo:block> <xsl:apply-templates/> </fo:block> </xsl:template> Bob Stayton Sagehill Enterprises