Latest Post

iPhone 3.0 bugs

So here are details of two bugs I’ve found so far; In the Camera application in the bottom left corner is (I guess) your latest picture in your Camera Roll except the picture I’m being shown is about 6 pictures ago and not updating. I sync my iPhone to my iMac at home but as is often the...

Read More

xmlsearch() with namespace

Posted by johnb | Posted in Uncategorized | Posted on 17-09-2007

Tags:

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.

Write a comment