> When sending an XML string containing another XML string, any
> occurrences of
> " will cause the reminder of the string to be cut off. Replace
> any " with ?
> and the entire string is received. The curious thing is, this
> only happens
> when sending from C++/C# to the Python side. Sending the string the other
> way does not produce the same symptom.
>
> Ideas, anyone? Can the translation from a DotNet string to a
> Python string
> make this happen?

Hi Torleif,

The translation of strings is based on .NET's idea of the length
of the string, and shouldn't ever be affected by the content of
the string one way or the other.

This is a total guess, but I'd suspect that there is some subtle
escaping problem at the application layer on one side or the
other...


Brian Lloyd        [EMAIL PROTECTED]
V.P. Engineering   540.361.1716
Zope Corporation   http://www.zope.com


_________________________________________________
Python.NET mailing list - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to