Is there a more direct way in umbraco to iterate nodes based on a list of IDs than this?
$currentPage/ancestor-or-self::root/descendant::node[contains($idList, @id)]
I'm just curious. It seems akward to traverse up the tree from the currentPage node to find the root before traversing back down.