xmlsearch() with namespace
Posted by johnb | Posted in Uncategorized | Posted on 17-09-2007
Tags: ColdFusion
0
Note to self – when using xmlsearch() to search xml packets (in this case the response of using http://maps.google.com/maps/geo) which is returned with a namespace defined as;
the xmlsearch() would need to include a colon (:),eg
Omitting the colon returns no results when a search is performed. It’s not a CF bug as Steve Erat points out.



