That one could be found by searching for " <

The thing is that you're probably going to have to do this in stages. You're 
going to have to first identify all unique issues that need to be located. Once 
you've got that list, then the search won't be hard at all.

-----Original Message-----
From: DURETTE, STEVEN J (ATTASIAIT) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 13, 2007 9:21 AM
To: CF-Talk
Subject: RE: Searching for improperly nested tags (tags inside of tags).

That would work for thing inside of strings, but one of the other things I get 
is:

<input type="checkbox" value="YES" <cfif databasevalue>checked</cfif>>

Our policy uses:
<cfif databasevalue>
        <input type="checkbox" value="YES" checked="true" /> <cfelse>
        <input type="checkbox" value="YES" />
</cfif> 

It is more readable (in my opinion).

Thanks for the idea though, that might be a starting point!

Steve



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280997
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to