File file = new File(filename);
if ( file.exists() ) {
try {
FileInputStream inputStream = new FileInputStream(filename);
SimpleImporter importer = new SimpleImporter();
importer.addSimpleImportHandler(new DefaultSimpleImportHandler() {
String callback, notificationType, uri;
int depth, notificationDelay, subscriptionLifetime, id;
List events = new ArrayList();
public void startElement(SimplePath path, String name, AttributesImpl attributes, String leadingCDdata) {