Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はiPhoneアプリのSOAPアクションにlibxml2を使用しています。
大きな問題は、SQLステートメントを送信したいということです
NSString *query = @"SELECT test FROM database WHERE test = \"string\""
しかし、libxml2はqotes"をに変換します"
"
"
これを防ぐ方法はありますか?
XML のテキスト データ内の引用は"、XML 仕様に従って に変換されることになっています。"受信者は、XML からテキストを抽出するときに引用符に変換する必要があります。
"