You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_tcl-dev@tcl.apache.org by Arnulf Wiedemann <ar...@wiedemann-pri.de> on 2004/05/06 14:59:34 UTC

mixed content files

Hello,
I have compiled Apache 2.0.49 with mod_tcl without problems on a SuSE 
Linux 9.1 with i686 Architecture.

That's my first attempt using mod_tcl. Before I used mod_dtcl with Apache 
1.3.29.

My Question: 
Is it also possible to mix HTML code and Tcl code within one file in a similar 
fashion as in mod_dtcl, i.e:

<body>
<h1> hello </h1>

<? 
# here starts the Tcl code in mod_dtcl
hputs "Hello again"
# here ends the tcl code
?>

</body>

Is there additional documentation available?

Regards
Arnulf Wiedemann

---------------------------------------------------------------------
To unsubscribe, e-mail: mod_tcl-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: mod_tcl-dev-help@tcl.apache.org