Hi All, I have the following scenario:
* A Perl Handler i have written does a bit of work and
outputs HTML
* The HTML it outputs contains HTML like:
<!--#include virtual="/includes/misc/topnav.html" -->
I need this to be further parsed by Apache's Server Parsing
Process.
Does anyone know what i have to do for the above to work.
simran.
ps: Its not really practical to get the handler to include the
topnav.html file and include it as it contains further includes
which have further includes etc...
