Creating case sensitive XML Attributes

There was a question on a mailing list today complaining that CFMX creates XML attributes as all capitals. The user would do something like this:

Which of course produces an XML document that looks like this:

The trick is to use the array access notation instead of dot notation. Once you do that, your case is preserved. This is a complete example.

")>

MTCodeBeautifier for ColdFusion

When putting together the blog and choosing which plugins to install–Chafic and I have very different views, I want everything since they’re nice to have, and Chafic wants to keep it down since it’s his server–I really longed for color coding ColdFusion code. This entry on Mike’s blog first introduced me to MTCodeBeautifier, from Sean Voisen. The resulting ActionScript looked great and my ColdFusion posts were boring by comparison.
Continue reading