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

2004-12-03 Thread Torleif Ringsaker
ssage - From: "Brian Lloyd" <[EMAIL PROTECTED]> To: "Torleif Ringsaker" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, December 03, 2004 4:52 PM Subject: RE: [Python.NET] Passing .NET strings containing " to Python.NET When sending an XML string c

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