CVS messages for KML Parser
July 30, 2009
-
Support icon element.
December 5, 2008
-
KML Parser: /modules/parser_kml/parser_kml.inc 1.1.2.6 @ DRUPAL-6--1
KML Parser: /modules/parser_kml/parser_kml.info 1.1.2.1 @ DRUPAL-6--1
KML Parser: /modules/parser_kml/tests/feeds/test03.kmz 1.1.2.1 @ DRUPAL-6--1
KML Parser: /modules/parser_kml/tests/parser_kml.test 1.1.2.2 @ DRUPAL-6--1Add .kmz support and a test for it. FeedAPI common syndication parser dependency goes away.
-
Add 2 asserts.
-
Use camelCase for functions in classes.
-
Parse also empty elements as one-tag elements are 'empty'. Declare XMLReader in element_process().
December 4, 2008
-
Only accept tuples for resolving a namespace.
-
Use self:: instead of class name. Remove obsolete @todo. Use more accurate verbiage for XML concepts.
-
KML Parser: /modules/parser_kml/parser_kml.inc 1.1.2.1 @ DRUPAL-6--1
KML Parser: /modules/parser_kml/parser_kml.module 1.1.2.1 @ DRUPAL-6--1Merge in changes from HEAD: namespace handling, clean up test function.
-
Register namespaces and attach them to individual feed items (=placemarks). XMLReader does not seem to have a function that allows us to enumerate all namespace handles and their URI's, so we register them as we go. FeedAPI does not pass the object to processors directly, so namespaces can only be passed down the FeedAPI conveyor belt by storing them to db and retrieving them from within node processors or by attaching them to the feed item. We do the latter here. However, this approach remains a little hacky.
-
Clean up test function.
