Is there any way to get ColdFusion to generate standards compliant code? I am
trying to build my site in XHTML 1.0 but the code that ColdFusion creates is
not compliant. I appreciate that it obviously still works correctly, but it is
still very aggravating.
Adam Cameron - 26 Nov 2004 21:31 GMT
> Is there any way to get ColdFusion to generate standards compliant code? I am
Of course. It only outputs what you tell it to.
You need to avoid the likes of <cfform> and its ilk, though. And CF tagt
hat of itself generates HTML will do exactly that: generate *HTML* (as
opposed to XHTML). But those tags are pretty easy to avoid.
Adam