Re: CFIF Insanity

2004-03-17 Thread Richard Crawford
Matthew Walker wrote: > Maybe you know this already but CF still processes content inside HTML > comments. So you shouldn't comment out CFML with HTML comment markup. The strange thing is that the troublesome comment markers worked fine before I rearranged some of the code inside the script to m

RE: CFIF Insanity

2004-03-16 Thread Matthew Walker
Maybe you know this already but CF still processes content inside HTML comments. So you shouldn't comment out CFML with HTML comment markup. -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 March 2004 12:05 p.m. To: CF-Talk Subject: Re:

RE: CFIF Insanity

2004-03-16 Thread Shawn Grover
F-Talk Subject: Re: CFIF Insanity J E VanOver wrote: > Can you post  your code? > > Unmatched comment tags? It turned out to be something similar.  Some parts of the code contained comments that started with [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFIF Insanity

2004-03-16 Thread Richard Crawford
Barney Boisvert wrote: > With DMWX I've run into sporadic situations where it will replace certain > things with this big long string of nastiness that seems to be some form of > metadata markup about a given variable or tag.  I've got a couple files in > my app (of about 2000) that I can't edit i

Re: CFIF Insanity

2004-03-16 Thread Richard Crawford
J E VanOver wrote: > Can you post  your code? > > Unmatched comment tags? It turned out to be something similar.  Some parts of the code contained comments that started with [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFIF Insanity

2004-03-16 Thread Barney Boisvert
With DMWX I've run into sporadic situations where it will replace certain things with this big long string of nastiness that seems to be some form of metadata markup about a given variable or tag.  I've got a couple files in my app (of about 2000) that I can't edit in DW, I have to use a different

RE: CFIF Insanity

2004-03-16 Thread J E VanOver
Can you post  your code? Unmatched comment tags?   -Original Message-   From: Richard Crawford [mailto:[EMAIL PROTECTED]   Sent: Tuesday, March 16, 2004 3:48 PM   To: CF-Talk   Subject: CFIF Insanity   I have a rather long script that I've been editing with HomeSite.  When   I try to run