Serialize a message format to xml

Posted by anijhaw on Stack Overflow See other posts from Stack Overflow or by anijhaw
Published on 2010-03-16T17:39:05Z Indexed on 2010/03/16 17:41 UTC
Read the original article Hit count: 361

Filed under:
|
|

I have a python list as

 [
     (A,{'a':1,'b':2,'c':3,'d':4}),
     B,{'a':1,'b':2,'c':3,'d':4}),
     ...
     ]

I want to know if there is a standard library of serializing this kind of list to xml or should I hand code it to a file.

© Stack Overflow or respective owner

Related posts about python

Related posts about Xml