And, if you can't be bothered to click the link and read the explanation, just change:
XMLSearch(ParsedRSSData,"r
to:
XMLSearch(ParsedRSSData,"[
And change:
#ParsedRSSData["rdf:RDF"].
Main Topics
Browse All TopicsI've used CFMX7 to parse several XML documents, but I'm having trouble with the XML syntax of my latest assignment when there is a colon ( : ) in the XML tag. Help is appreciated:
XML Sample Snippet:
<rdf:RDF xmlns="http://purl.org/rss
<channel rdf:about="http://somewebs
</channel>
<item rdf:about="http://somewebs
</item>
</rdf:RDF>
My code:
<cfset ParsedRSSData = XMLParse(XmlObj)>
#ArrayLen(XMLSearch(Parsed
However, #ArrayLen(XMLSearch(Parsed
Also trying to display data, #ParsedRSSData.rdf:RDF.Xml
Invalid CFML construct
ColdFusion was looking at the following text:
:
How do I structure the CF code to handle the colons ( : ) in the XML?
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: trailblazzyr55Posted on 2006-09-22 at 13:26:58ID: 17580523
you would use an associative array bracket to handle the node with a colon
?commentID =188
here's a explaination and example...
http://ooine.com/index.cfm
hope that helps,
~trail