Saw a comment today at: http://www.bennadel.com/blog/2004-Escaping-Form-Values-Understanding-The-ColdFusion-htmlEditFormat-Life-Cycle.htm by Rick Osborne
I've started moving my students from
htmlEditFormatover toxmlFormat. As you said, it catches more characters, but it's also useful for pure XML and is faster to type. I haven't been able to come up with a compelling reason to stick with htmlEditFormat.
Should we all start using XmlFormat()? Can you think of a "compelling reason" other than maybe slightly slower in performance?