 |
Categories
|
 |
|
|
| Home : CFML : Scripts and Programs : XML and CFML : RSS Parser |
Description: 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 to read various RSS feeds. Currently it is limited to RSS 2.0 format, but I am working on adapting it to handle Atom feeds. The RSS parser was designed 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.
|
| Resource Specification | | Version: | 1.0 | | Platform: | linux, windows | | Date Added: | 02/05/2007 |
| Last Updated: | 02/05/2007 |
Average Visitor Rating: Not Yet Rated
Average Member Rating: Not yet reviewed by any member... You can be the first one to write a review for RSS Parser!
|
|
Scripts Directory of PHP, ASP, ASP.NET, Java, Javascript, Ajax (C) 2005 Powered By K-Links Directory |
 |
|
|