On Thu, Nov 24, 2022 at 12:07:47AM +0100, Patrice Dumas wrote: > of the elements, but for a tree that is given. The TREE_TRANSFORMATIONS > are much better suited for changing the tree.
As a side note the relate_index_entries_to_table_entries_in_tree transformation replace index entris in tables, and sort of do something similar with what you want to do (if I read the code well), but only for the first index entry. see _relate_index_entry_to_table_entry in Texinfo/Common.pm. -- Pat
