> From: Samuel Neff [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 04, 2003 7:45 AM
> To: CF-Talk
> Subject: RE: Another CFML app server...
>
> I think the fact that their engine requires each CF tag be on
> it's own line is indicative of a structure problem. Parsers
> have been around pretty much as long as computers have been
> and techniques for building parsers are pretty well
> established. Structural requirements like this are pretty rare.
> If they built coral without a proper parser, what else is
> done improperly?
>
> Scares me off quite a bit.
Ditto. While I don't think I'm nearly smart enough to build my own parser,
finding multiple <cf> tags on one line is not any more difficult than
finding a <cf> tag by itself on one line. Shoot, the only difference between
<cf> <cf>
and
<cf>
</cf>
is that the first one has a space between it and the second one has a
newline between it.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

