MysqlGestionVente mgv = new MysqlGestionVente();
//getting the data from dbb
ArrayList<String> vente = mgv.filmsInfosVenteLoueBon("A");
ArrayList<String> location = mgv.filmsInfosVenteLoueBon("L");
ArrayList<String> bon = mgv.filmsInfosVenteLoueBon("B");
System.out.println(vente.size());
//create temp xml file
try {
DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance();