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: RE: [docbook-apps] Suppressing section labels in preface elements (FO output)


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:Jeff_Hooker@pmc-sierra.com] 
> Sent: Thursday, December 10, 2009 6:29 PM
> To: docbook-apps@lists.oasis-open.org
> 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: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: 
> docbook-apps-help@lists.oasis-open.org
> 
> 


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