NotificationReporter reporter)
throws ResourceMigrationException {
this.xslResourcePath = xslResourcePath;
this.reporter = reporter;
inputReaderFactory = new VolantisXMLReaderFactory();
xslReaderFactory = new VolantisXMLReaderFactory();
TransformerFactory transformerFactory =
transformerMetaFactory.createTransformerFactory();
// Would like to be able to use the transformer factory that compiles
// the templates into Java Byte Codes as it is more efficient. However,