On Tue, 11 May 2004, Mark Fuller wrote:

MF>Something's missing. I don't think post-processing the output is really the
MF>answer when I could just say "NOLF" while authoring.

FWIW, using whitespace *inside* the TMPL_IF statements goes a long way
toward breaking things up without introducing extra stuff into the final
document.  You end up with peculiarly-placed angle brackets, and
</TMPL_IF> resists the intrusion a bit, but you end up with no whitespace
from this:

<TMPL_IF this
  >That<
TMPL_ELSE
  >The other</TMPL_IF
>

Of course, then one has to be extra careful to get the angle bracket count
right.

-- 
Karen J. Cravens  [EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to