in reply to Re: Code and html separation - always or mostly doable?
in thread Code and html separation - always or mostly doable?
I can't validate my code in BBEDIT because it stumbles over all the H::T stuff. A bit frustrating
HTML::Template allows you to put your TMPL_VAR, TMPL_LOOP, and other directives inside HTML comments, e.g. <!-- TMPL_VAR NAME=foo --> is the same as <TMPL_VAR NAME=foo>. Unless your HTML editing tool mangles comments, this should allow you to have your cake and eat it too.
HTH
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3:Code and html separation - always or mostly doable?
by bradcathey (Prior) on Jun 16, 2004 at 18:10 UTC | |
by revdiablo (Prior) on Jun 16, 2004 at 18:18 UTC |