On Thu, May 05, 2005 at 08:01:37PM +0200, Dmitri Pasyutin wrote:
> Just tried out mod_xslt2 today, it's great!
>
> Is there an option to remove the "credits" comment from the end of
> the HTML output (visible when viewing the source in the browser)?
yes. It's a compile time option. You can 'make' mod-xslt with
something like:
make CFLAGS='-DMXSLT_DISABLE_SIGNATURE'
or something alike:
CFLAGS='-DMXSLT_DISABLE_SIGNATURE' make
or
./configure CFLAGS='-DMXSLT_DISABLE_SIGNATURE' ...
depending on the shell you are using. uhm, maybe it would be better
to make it a run time option...
Cheers,
Carlo
--
GPG Fingerprint: 2383 7B14 4D08 53A4 2C1A CA29 9E98 5431 1A68 6975
-------------
There are only two kinds of tequila. Good and better.