Converts XML data to a CFML structure for use with Cold Fusion.
CF_DUMP is required to view structures in Cold Fusion versions 4 and 4.5 (By SmartObjects.com)
CFX_XMLParser is a Fast Java CFX tag that takes an XML document and returns a ColdFusion structure containing the XML document. Our tests show this parser to be about 1000% faster than the MSXML Parser invoked through CFOBJECT. CFOBJECT based parsers...