Help for this page

Select Code to Download


  1. or download this
    ## Concatenates the texts retrieved in a node's (possibly nested) desc
    +endants
    # Note: preserve recursion with process_text_in($node)
    ...
      # Special tag => process it accordingly
      return $action{$tag}->($node);
    }