Project

Profile

Help

Support #6170

closed

Which XSLT instructions actually change the context-node before processing the children?

Added by Gerben Abbink 9 months ago. Updated 9 months ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2023-08-15
Due date:
% Done:

0%

Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:

Description

I am looking for all the XSLT instructions that actually change the context-node before processing the children.

According to [[https://www.w3.org/TR/xslt-30/#additional-dynamic-context]] , these are all the elements and attributes:

  • accumulator/@match
  • analyze-string/@select
  • apply-templates/@select
  • for-each/@select
  • for-each-group/@group-adjacent
  • for-each-group/@group-by
  • for-each-group/@group-ending-with
  • for-each-group/@group-starting-with
  • for-each-group/@select
  • key/@match
  • number/@count
  • number/@from

How can I be sure that this is the correct list?

Please register to edit this issue

Also available in: Atom PDF