The xsl:attribute-set element allows you to list an arbitrary combination of attributes that will be copied through to the result element. So, in this case, any attribute from the XSL-FO specification can be included in any of the attribute-sets.
Jeff -----Original Message----- From: Robert P. J. Day [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 12:40 PM To: Bob Stayton Cc: docbook apps list Subject: Re: DOCBOOK-APPS: how to insert page breaks after sections in PDF? On Tue, 25 Feb 2003, Bob Stayton wrote: > On Tue, Feb 25, 2003 at 11:31:52AM -0500, Robert P. J. Day wrote: > > > > almost certainly a trivial question, but i've looked through > > the entire FO Parameter Reference and i don't see how i can > > force a page break before particular section headers when > > generating a PDF file. > > > > is there such a parameter? > > Hi Robert, > you must be a little behind in your reading of this list. 8^) > This topic was covered just three days ago: > > http://lists.oasis-open.org/archives/docbook-apps/200302/msg00393.html >From [EMAIL PROTECTED] Tue Feb 25 12:39:00 2003 Newsgroups: Date: Tue, 25 Feb 2003 12:39:00 -0500 (EST) From: "Robert P. J. Day" <[EMAIL PROTECTED]> X-X-Sender: [EMAIL PROTECTED] To: Bob Stayton <[EMAIL PROTECTED]> cc: docbook apps list <[EMAIL PROTECTED]> Subject: Re: DOCBOOK-APPS: how to insert page breaks after sections in PDF? Fcc: sent-mail In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> X-Reply-UID: (2 > )(1 1040075781 355675)/var/spool/mail/rpjday X-Reply-Mbox: inbox MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 25 Feb 2003, Bob Stayton wrote: > On Tue, Feb 25, 2003 at 11:31:52AM -0500, Robert P. J. Day wrote: > > > > almost certainly a trivial question, but i've looked through > > the entire FO Parameter Reference and i don't see how i can > > force a page break before particular section headers when > > generating a PDF file. > > > > is there such a parameter? > > Hi Robert, > you must be a little behind in your reading of this list. 8^) > This topic was covered just three days ago: > > http://lists.oasis-open.org/archives/docbook-apps/200302/msg00393.html as a more general query, when i was looking for a way to force page breaks, i consulted the "FO Parameter Reference" at http://docbook.sourceforge.net/release/xsl/current/doc/fo/index.html specifically looking under the "section.title.level1.properties" entry, but that refers only to font size. how should i have known that there were more attributes for that parameter, such as a page break? is there somewhere a complete list of these properties? rday
