[XML-SIG] Re: Problem with wddx marshaller

Christian Scholz cs at comlounge.net
Tue Jun 24 15:28:28 EDT 2003


Hi!

> what happens if you remove the str() call from line 409 of generic.py:
> 
>     ds[-1] = string.join(ds[-1], "")

Hm, this now produces unicode strings in the output of the marshaller.
Which in turn produces problems when I simply copy them again to
data which shall be marshalled.. But I will fix this somehow, maybe
simply encode it in my app then.

-- christian




More information about the XML-SIG mailing list