Execute in a specified syntax?

2007-04-01 Thread Mark D. Anderson
Is there a simpler way of specifying that I'd like a particular file Execute'd in a particular syntax, than this ugly thing: [$ syntax SSI $] [$ syntax Embperl $] Something like: [- Execute syntax="SSI" ('includes/header.shtml') -] perhaps? Also, what has to be done to get embpcgi.pl to rep

bug in eputil.c

2007-04-01 Thread Mark D. Anderson
If you make the mistake of setting EMBPERL_OUTPUT_MODE=XML instead of EMBPERL_OUTPUT_MODE=1 then embperl_OptionListSearch in eputil.c will go into an infinite loop. I don't see how that code can possibly work, since both sKeyword loop and the pEntry->sOption inner loop look like infinite loop risk