← Prev in month ← Prev in thread

page break help

From
Kari Bourgeois <>
Date
2007-02-14T20:00:53+00:00
ID
Thread
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
← Prev in month ← Prev in thread