I think this would do it:

<xsl:param name="section.autolabel">
 <xsl:choose>
  <xsl:when test="ancestor::preface">0</xsl:when>
  <xsl:otherwise>1</xsl:otherwise>
 </xsl:choose>
</xsl:param>

David 

> -----Original Message-----
> From: Jeff Hooker [mailto:[email protected]] 
> Sent: Thursday, December 10, 2009 6:29 PM
> To: [email protected]
> Subject: [docbook-apps] Suppressing section labels in preface 
> elements (FO output)
> 
> Hi all,
> 
> Is there already a parameter established for suppressing 
> section labels within prefaces? I've looked, to no avail.
> 
> Barring that, anybody know of a quick way of doing it? I'm 
> inches away from just tranforming the section/titles into 
> bridgeheads and moving on.
> 
> Cheers,
> Jeff.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: 
> [email protected]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to