Charting feature brainstorm

Now that our component set is done and released we’re starting to look at our enhancement list and coming up with ideas for the next version. We’ll probably have a maintenance release to add a few options and maybe a chart or two.

We’d love to hear your requests so feel free to post comments here or send me e-mail directly. document.write(““); document.write(“sam”); document.write(“@”); document.write(“blinex”); document.write(“.com“);

If you’re not familiar with our charts, please check them out. http://www.blinex.com/products/charting

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.

")>