The Google Maps Data "API" can return XML such as this:
<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns='http://www.w3.org/2005/Atom'>
...
libkml _does_ presently parse this, however:
<?xml version='1.0' encoding='UTF-8'?>
<atom:feed xmlns:atom='http://www.w3.org/2005/Atom'
libkml (not surprisingly) only accepts kml elements as unprefixed
Original issue reported on code.google.com by kml.b...@gmail.com on 23 May 2009 at 6:51
Original issue reported on code.google.com by
kml.b...@gmail.com
on 23 May 2009 at 6:51