IBM article: XML-RPC as object model
dW
jicondon at us.ibm.com
Tue Dec 18 17:54:55 EST 2001
IBM developerWorks has a section called XML Matters in which the
author David Mertz discusses XML implementation in Python. The
following is a new article on XML-RPC and the Python xml-pickle.
There are a total of 15 articles so far.
Cheers,
Jeff
XML-RPC as object model
David Mertz examines XML-RPC as a way of modeling object data, and --
in response to reader feedback -- compares XML-RPC as a means of
serializing objects with the xml_pickle module discussed in his
earlier columns. Code samples illustrate this comparison in detail.
http://www-106.ibm.com/developerworks/xml/library/x-matters15.html?open&l=968,t=gr,p=rpc
XML Matters #1 introduces the Python xml_pickle object
http://www-106.ibm.com/developerworks/xml/library/xml-matters1/index.html?open&l=968,t=gr,p=rpc
XML Matters #2 describes how to use Python's xml_objectify
http://www-106.ibm.com/developerworks/xml/library/xml-matters2/index.html?open&l=968,t=gr,p=rpc
More information about the Python-list
mailing list