Hey, that returns something useful. An array. Thanks. Now to figure out how to extract the one piece of info I want.
H. -----Original Message----- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 12:02 PM To: CF-Talk Subject: RE: XPath help I have had problems with name spaces in Xpath... Someone gave me this little gem which searches on the tag name: XmlSearch( GeoCodeXML, "//*[name()='PostalCodeNumber']" ) This will search for any tag anywhere with name PostalCodeNumber. Not sure if that will work or cause problems as it might return more than one node?? Not that great with Xpath. ........................ Ben Nadel www.bennadel.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246161 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

