Problem with libxml2 and Unicode char in XML Soap with Qotes (") and "

Posted by x2on on Stack Overflow See other posts from Stack Overflow or by x2on
Published on 2010-04-16T10:00:01Z Indexed on 2010/04/16 10:03 UTC
Read the original article Hit count: 200

Filed under:
|
|

I'm using libxml2 for SOAP-Actions in an iPhone App.

The big problem is that i want send an SQL-Statement with

NSString *query = @"SELECT test FROM database WHERE test = \"string\""

But libxml2 converts the qotes " into "

Any ideas how to prevent this?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about libxml2