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: "James J. Ramsey" <jjramsey_6x9eq42@xxxxxxxxx>
Date: Fri, 11 Apr 2003 16:59:22 -0700 (PDT)
--- David Carlisle <davidc@xxxxxxxxx> wrote:
> 
> Is there any way to select or process the siblings
> in
> between one top-level <div*> and the next,
...
> 
> 
> Yes this is a grouping problem, see the usual places
> like Jeni's site.
> one way:
> <xsl:key name="x"  match="node()"
> use="generate-id((..|preceding-sibling::div1|
>
preceding-sibling::div2|preceding-sibling::div3)[last()])"/>

Are you presuming in this example that div1, div2, and
div3 are siblings (which they aren't in TEI)? Are you
assuming that div1, div2, and div3 are in any
particular order, or that there is only one of them?


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

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


Current Thread