Browse a Listing
Top > CFML > Scripts and Programs > XML and CFML
Popular Tags
Free Script links
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 also tend to buckle under load.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 8 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
RSS parser is a fast and adaptable CFC that parses XML. Originally it was designed to read RSS feeds of blogs and was later adapted to be able read various RSS feeds. Currently it is limit to RSS 2.0 format, but I am working on adapting it to handle Atom feeds.
The RSS parser was design to allow programmers to pass in a list of item child nodes that they want to search for in the XML, such as title and description. I also built in the ability to group 2 or more child nodes together in an "OR" represented by |, such as pubdate|datepub. This would search for pubdate first and if this isn't found it would search for datepub and continue if there where additional child nodes until it found one. It would then use the first child node in the list as the structure key and save what ever value is found to it.
I also created a cfc that works with the RSS parser to handle a gallery feed from SmugMug.com. Among other things the smugmug cfc gets information, such as imageID from the image link, and uses this the create links to the various image sizes that are not directly included in the XML.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Mar 1, 2007 Hits: 8 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR