Ilia Lobsanov wrote:
> 
> Why not just wrap embperl in html comments?
> <!--[-
> # this is what i usually do for complex perl code
> -]-->
> 
> I know it's not the best solution, but it's something.
> 
> ilia.
> 
This is no solution in our environment, because
Adobe GoLive! rearranges HTML comments:

Orginal SSI:
<!--#a -->
b
<!--#c -->
d
<!--#e -->

After GoLive!:
<!--#a -->
<!--#c -->
<!--#e -->
b
d

Result is that even conditional HTML is not possible
(or an GoLive! expert has a hint for us).
-- 
Frerk Meyer  mailto:[EMAIL PROTECTED]
Channel.One  http://www.channel-one.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to