>I think this will be to do with the default namespace in the xml document. A
>quick google should tell you all you need to know on that, but the upshot is
>that you will need to use a colon (e.g. a blank namespace) before entity
>names, i.e.:
>
><cfset items = XmlSearch(feed, '//:entry') />
>
>HTH
>
>Dominic
>
>2009/10/26 Sameer Gupta <[email protected]>
>
>>

Thanks. It worked with "/:feed/:entry"


<cfset items = XmlSearch(feed, "/:feed/:entry") />


Best
Sameer 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327672
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to