Re: [xsl] How to render TEI <div*>s with chapter-like pagination?

Subject: Re: [xsl] How to render TEI <div*>s with chapter-like pagination?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 13 Apr 2003 18:33:16 +0100
Maybe I wasn't clear enough. What I want to do is
collect the siblings following one top-level <div*>
but preceding the next top-level <div*> so that I
could, for example, render them within the page
sequence containing the contents of the <div> that
preceded them.

yes you were clear enough. That's what the code did,
teh nodes returned by the key are each of the group
of sdiblings that you want, so just create a page-sequence then
apply-templates to the nodes returned by the key.

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread