[xml] need correct string function



hi.

easy question:

what is the function to manage this:
("&lt;"), ("<"));
("&gt;"), (">"));
("&amp;"), ("&"));
("&apos;"), ("'"));
("&quot;"), ("\""));

Example:

string = FunctionX("please_convert_me_'_<_>_&_\"");

string2 = "<blah param='";
string2 += string;
string2 += "'/>";






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]