>it parses html in a cfm file...it parses it to see if there are any cf >elements in it that it needs to render...like variables and mappings...
No it doesn't. CF only parses the CFML part of any file. It completely ignores anything else. This is easy to see if you decompile the compiled class file... you'll see all the plain text stuff (ie: everything that's not CFML) simply being echoed back, untouched. Eric, you need to accept you're mistaken here. Why do you think we (all) would be suggesting you are if you're not? There's no conspiracy here. We just actually know what we're talking about. Seriously. -- Adam ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357183 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

