XDOM.cfc - A ColdFusion Component For Easy XML Traversal, Manipulation, And Merging
Inspired by jQuery, XDOM.cfc is a collection-based ColdFusion component wrapper that provides an easy-to-use API for XML traversal, manipulation, and merging. Internally, XDOM maintains an aggregate of XML nodes that can be searched, deleted, and augmented with ease.
Features
- Flexible. The XDOM.cfc can be instantiated with just about anything that's related to XML - an XML string, a file path, an XML Document, an XML node, an array of XML nodes, or even another XDOM instance.
- Merging / Importing. The XDOM.cfc allows you to easily merge entire XML trees into the current collection of nodes.
- Aggregate. The XDOM.cfc allows you to aggregate attribute values and node text into arrays and lists.
Downloads
Build 2010/11/17
This is the initial release. It contains just a few traversal and augmentation methods.



