Ciao, io per lavorare su file xml usavo elementtree: https://docs.python.org/2/library/xml.etree.elementtree.html
Il 01/11/2014 22:11, Nome Cognome ha scritto: > Ciao, > avrei necessità di aggiungere dati ad un file xml da un programma > scritto in python. > La struttura è un file di questo tipo > <Acquisizioni> > <DataRilievo></DataRielivo> > <Temperatura></Temperatura> > </Acquisizioni> > > vorrei agggiungere al file altri campi con data e temperatura. > Cercando in rete ho trovato molto su come creare un file xml, > modoficarlo, effettuare ricerche all'interno del file, ma nulla di > chiaro su come fare un append ad un file esistente. > Qualcuno è in grado di darmi una mano ? > Grazie e buona serata. > Jan. -- Per REVOCARE l'iscrizione alla lista, inviare un email a [email protected] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [email protected] To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

