xsl-list
[Top] [All Lists]

Re: [xsl] preceding-sibling in a group

2021-05-20 15:49:54
On 20.05.2021 22:36, Martin Honnen martin(_dot_)honnen(_at_)gmx(_dot_)de wrote:
The idea is that when I see a “NOTE” string, I want that entry and all
following within the same group to be <note> elements. So I am look for
preceding-sibling or self that contains “NOTE” but restricted to the
same group. I am using XSLT 3. Thank you very much.

Perhaps using an inner group-starting-with:

Or in Saxon PE or EE
https://www.saxonica.com/html/documentation10/functions/saxon/items-before.html
and
https://www.saxonica.com/html/documentation10/functions/saxon/items-from.html
could help.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--


<Prev in Thread] Current Thread [Next in Thread>