11071108110911101111111211131114111511161117
FileOutputStream fos = null; try { fos = new FileOutputStream(fileOut); } catch (FileNotFoundException e) { e.printStackTrace(); throw new ImpossibileStampareLibroIVAException(); } fileXml.toXML(stampa, fos); }