Re: [Python.NET] Passing .NET strings containing " to Python.NET

2004-12-03 Thread Torleif Ringsaker
Hi, Thanks Brian, it turns out there are two different XML encoders/decoders doing their stuff, one in C++/MFC and the other in C#/DotNet. Decoding the XML on the DotNet side has been identified as the bug's nest. PythonDotNet is doing just fine on this. - Torleif - Original Message - F

RE: [Python.NET] Passing .NET strings containing " to Python.NET

2004-12-03 Thread Brian Lloyd
> 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