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] page break help


Hi Kari,
This customization works for me.  What processor are you using?  Any other 
customizations that might affect it?
Profiling?  Any error messages?

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Kari Bourgeois" <karib@pyxistech.com>
To: "docbook-apps" <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, February 14, 2007 12:00 PM
Subject: [docbook-apps] page break help


> Hi
>
> Trying to do a page break on only certain sect2's.
>
> I've added the following to my customization layer:
>
>    <xsl:attribute-set name="section.level2.properties">
>        <xsl:attribute name="break-before">
>            <xsl:choose>
>                <xsl:when test="@role='break-before'">page</xsl:when>
>                <xsl:otherwise>auto</xsl:otherwise>
>               </xsl:choose></xsl:attribute>
>        </xsl:attribute-set>
>
> (Thanks David C for that) but its causing the sect2's the role is placed 
> on to disappear. Any other suggestions or info on what I'm doing wrong?
>
> thanks
> Kari
>
> -- 
> Kari Bourgeois
> Technical Writer
> Pyxis Technology
> 512-637-0519
> kari@pyxistech.com
>
>
> ---------------------------------------------------------------------
> 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]