void execute_func(starttag)

- execute a parser int starttag;

To execute a parser for an inclusion, execute_func() is called with the starttag of the inclusion, the corresponding parser is found in the table (generated by ``gen_incl.c'') and the function is executed. If no corresponding parser is found no action is taken.

incl.c incl.h