Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Encode XML Special CharactersDownloads: MS Windows Visual C/C++ Libraries Linux/CentOS C/C++ Libraries MAC OS X C/C++ Libraries Solaris C/C++ Libraries C++ Builder Libraries How to use the string class to encode XML special characters. CkString str; str.append("<company>Chilkat Software</company>"); str.encodeXMLSpecial(); printf("%s\n",str.getString()); // Prints: // <company>Chilkat Software</company>
|
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.