On 04/06/15 18:34, Andrea Gervasini wrote: [...]
OUTPUT :1985 \n 1986 \n
Un modo compatto (ma forse poco leggibile) potrebbe essere (assumendo che e sia un etree con l'XML):
for i in e.iterfind('./tr'): print ''.join([x for x in i.itertext('td', with_tail=False)]) + "\\n", Lorenzo _______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python