I can collect the values of a given attribute for all the descendants of particular note (with the collect function and the descendants group designator)
What is the best way of prepending the attribute value of the parent note itself to that list ?
(rather as in XPath’s descendant-or-self axis, or simply as in prepending, or cons-ing, a single value to the start of an existing list)