"Davide D'Arenzo" writes:
> I'm Davide D'Arenzo and I'm working with Python using the standard
> xmlrpclib library communicating between a JavaServer (that host xmlrpc
> server) and my python client. I have a problem and I hope that you should
> solve my issue.
>
> I want to send a DOM instance t
On 29-7-2015 14:52, Davide D'Arenzo wrote:
> I want to send a DOM instance through xmlrpc protocol. I know that the
> istance are
> impossible to manage by xmlrpclib library in Python but this is what I need.
> I'm trying
> to understand why is not possible to marshal the class Nodelist and I
>