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] Sidebar page breaking


You want this attribute in the sidebar.properties attribute set 
to permit breaking:

 <xsl:attribute name="keep-together.within-column" 
select="'auto'"/>

The sidebar.properties attribute-set uses the 
formal.object.properties attribute set,
which has a keep-together.within-column="always".

The sidebar element should be enhanced to
support the dbfo keep-together processing instruction.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Andrew Savikas" <andrews@oreilly.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Friday, March 17, 2006 9:46 AM
Subject: [docbook-apps] Sidebar page breaking


> Hello,
>
> I've got a sidebar that's longer than a page, and is not 
> breaking (just
> flowing off the bottom of the page). I added
> <xsl:attribute name="keep-with-next.within-column" 
> select="'auto'"/> to the
> sidebar.properties attribute set, to no avail.
>
> The sidebar is mostly a long variablelist, so I checked those 
> templates as
> well, but didn't seen anything  in fo/lists.xsl to indicate 
> that a
> variablelist wouldn't break across a page.
>
> I'm using version 1.69.1 of the stylesheets, xsltproc to 
> render, and Antenna
> House to format.
>
> Thanks,
> Andrew Savikas
>
>
>
> ---------------------------------------------------------------------
> 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]