} catch( Exception ex ){
LOG.warning( "Unable to parse image: "+ e.getText() + " "+ ex.toString());
}
} else if( e.getName().equals("metadata") ) {
String comments = "";
PhotoDate photoDate = null;
if( e.getChildText( "PhotoDate") != null ){
try{
photoDate = new PhotoDate( Double.parseDouble( e.getChildText("PhotoDate")));
} catch( Exception ex ){
LOG.warning( "Unable to parse PhotoDate: "+ e.getText() + " "+ ex.toString());
}
}
if( e.getChildText("Comments") != null ){