"remi" <[EMAIL PROTECTED]> wrote: > I want to store each item of mylist in a variable (and after "xmlize" it > little by little).
why not just process the items in the list?
for item in mylist:
print tex2xml(item)
</F>
--
http://mail.python.org/mailman/listinfo/python-list
