
Parsers::GeoNamesXML - Parses XML from GeoNames.org into a data structure.

use GeoNamesXML;
my $g = GeoNamesXML->new();
$g->parse(@data);

This module parses XML data from GeoNames.org into an XMLTwig data structure.
Parses an array of lines from @data returning a XMLTwig instance.
Returns an instance of the class.

Iestyn Pryce, <imp25@cam.ac.uk>

I'd like to thank the Ensemble project (www.ensemble.ac.uk) for funding me to work on this project in the summer of 2009.

Copyright (C) 2009 Iestyn Pryce <imp25@cam.ac.uk>
This library is free software; you can redistribute it and/or modify it under the terms of the BSD license.