Hi, I am looking for a way to convert a List of floating point numbers to and from text. I am embedding it in an XML document and am looking for a neat way to serialise and de-serialise a list from a text node. I can easily write something to do it manually but I wondered whether List had native support to go to and from text.
If not List, are there any other collections/arrays that do this? TIA Simon -- http://mail.python.org/mailman/listinfo/python-list