}
if( aOutputResult == null )
{
aLogger.setName( aOutputFile.getAbsolutePath(), aPathInPackage );
aOutputStream =
aOutputPkg.insertOutputStream(aPathInPackage, aMediaType );
aOutputResult = new StreamResult( aOutputStream );
}
}
catch( Exception e )
{