e4x for ColdFusion, sort of…
Tuesday, May 17th, 2011Coming from a Flex background I can’t imagine working with XML and not having e4x available. As you most likely know ColdFusion doesn’t have support for this fantastic notation. It has it’s own, clunky syntax for accessing XML elements within the document and an XmlSearch() function to query the document with XPath. I used to [...]