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: Mon, 14 Apr 2003 08:45:38 +0100
> BTW, are you using the generated ID of the parent
> mainly as a placeholder value?

well if you just used the id of the preceding sibling div* then any
stuff before the first div would get a key of "" which is OK if you only
have one set of children you are groupling, but if your key is for
example grouping on div2 children of div1, then any nodes before the
first div2 child of _every_ div1 all get the same key value of "" which
isn't what you want. By using the id of the parent (the div1 in this
example) you get a unique key value for each such group of leading
nodes, the id of the parent.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread