Parsing RSS 1.0 with ColdFusion MX
April 09, 2004
Well thanks to Sean Corfield I understand why I was having issues with namespaces when trying to parse RSS 1.0 with XPath.
If you have a document with namespaces such as RSS 1.0, you need to fully qualify name spaces in your XPath queries, such as: /rdf:RDF/ - that makes sense, but what I didn't realize is that you still need to qualify the namespaces, when namespaces are used in the document for elements using the default namespace, such as item: /rdf:RDF/:item/.
Check out the ColdFusion RSS Feed Parser by Foundeo
Tweet
Permalink | Add Comment |
add to del.icio.us
| Tags: rss, cfml, xml, xpath, corfield, coldfusion, xmlsearch
add to del.icio.us
| Tags: rss, cfml, xml, xpath, corfield, coldfusion, xmlsearch
Related Entries
- RSS and XPath - April 8, 2004
- Top 10 Underrated Functions in ColdFusion - January 10, 2007
- Foundeo's 2007 End of the Year Sale - December 21, 2007
- XPath Tool - July 28, 2004
- Parsing RSS with CFMX - September 12, 2003
Trackbacks
Trackback Address: 121/07B6268BBCDF234ADDD465A1933F7883
Post a Comment
Spell Checker by Foundeo
Recent Entries
- Nginx redirect www to non www domain
- HashDOS and ColdFusion
- HackMyCF Updated for APSB11-29 Security Hotfix
- Adobe eSeminar on FuseGuard
- Determining Which Cumulative Hotfixes are Installed on ColdFusion
- Adding Two Factor Authentication to ColdFusion Administrator
- ColdFusion Developer Week at Adobe.com
- Bug Loading Scripts for CFFileUpload and CFMediaPlayer





