# File lib/ruote/exp/fe_apply.rb, line 134
    def apply

      #
      # find 'tree'

      tree =
        lookup_val_prefix('tree', :escape => true) ||
        lookup_variable('tree')

      return reply_to_parent(h.applied_workitem) unless tree

      #
      # apply 'tree'

      launch_sub(
        "#{h.fei['expid']}_0", tree,
        :variables => compile_atts(:escape => true))
    end