Re: [xsl] Best Way to Break Up Nested Structures Based On Inline Elements

Subject: Re: [xsl] Best Way to Break Up Nested Structures Based On Inline Elements
From: "Imsieke, Gerrit, le-tex gerrit.imsieke@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 19 Apr 2018 14:30:52 -0000
On 19/04/2018 16:08, Imsieke, Gerrit, le-tex gerrit.imsieke@xxxxxxxxx wrote:
I tend to agree. This will leave the original code less cluttered. On the other hand, avoiding an extra pass is also cool.

We could pass position() as a tunneled parameter from the inner grouping to the apply-templates and make IDs unique by appending this position parameter (preceded by some glue string, for ex. '__'). But then we need to also adjust the references. We could automatically append '__1' to each reference so that it will point to the first occurrence of the original ID in the split document.

on second thought, this wonbt work. There is no guarantee that there will be an ID ending in '__1' in the output. If the original ID is only contained in the 2nd split unit, there will only be a '__2' variant.


So the separate adjustment mode seems smart.

Gerrit

Current Thread