On Saturday, July 27, 2002, at 01:58 , Joe Eugene wrote: > eg i saw a statment like <cfset x="hello"/> > MM docs.. dont imply "/" anywhere.. so where "/" come from? > it doesnt break the code.. so is this optimized CMFX?
Where did you see that statement? You need to start being a bit more specific about things and then you'll get more helpful answers. Maybe you saw code like that in the Coding Guidelines I published? Yes, we are trying to require XHTML-compliant generated pages so it's more consistent to have XHTML-compliant CFML source code. There's no magic here. Nothing to do with CFMX. In fact, requiring the closing / in tag invocations means that our developers have to be more defensive when they write custom tags because of the start/end executionMode thing (see my recent blog entry for more details). "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

