pombreda / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

can't parse unprefixed atom #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
fixed in r578

Original comment by kml.b...@gmail.com on 3 Jun 2009 at 1:18