public marks

LINK

ASPN : Python Cookbook : Simple XML serlializer/de-serializer using Python dictionaries and marshalling

by benoit & 1 other
This recipe presents a way of serializing & de-serializing XML using the marshal module. The XML is converted to an equivalent Python dictionary first, which is marshaled to serialize it. De-serialization first unmarshals the dictionary from the file, and constructs the original XML.

Comments

No comment on this link yet.


PUBLIC TAGS
on this link

python   xml  

BY

benoit
the 06/05/2006 at 08:27

znarf
the 14/06/2005 at 08:44