convertGpx(context, gpx, doc);
actions.setDocumentModified(true);
// Upload original file
actions.addUploadAction( new FileConversionActionUpload("original", "application/xml", file) );
return actions;
} catch(Exception e) {
throw new Exception("Unable to convert using GPX: "+file.getAbsolutePath(),e);