logger.error( "featureCollection "+name+" must have a spec attribute." );
return null;
}
String collName = (specName != null) ? specName : name;
Element innerNcml = dsElem.getChild( "netcdf", ncmlNS );
FeatureCollectionConfig config = new FeatureCollectionConfig(collName, spec, olderThan, recheckAfter, innerNcml);
// update element optional
Element updateElem = dsElem.getChild( "update", defNS );
if (updateElem != null) {
String startup = updateElem.getAttributeValue("startup");