I\'m trying to get the contents of a XML document element, but the element has a colon in it\'s name.
This line works for every element but the ones with a colon in
if you have a jquery selector problem with chrome or webkit not selecting it try
$(this).find('[nodeName=geo:lat]').text();
this way it works in all browsers