[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] need correct string function
- From: aliban gmx net
- To: xml gnome org
- Subject: [xml] need correct string function
- Date: Sun, 29 Feb 2004 20:28:36 +0100
hi.
easy question:
what is the function to manage this:
("<"), ("<"));
(">"), (">"));
("&"), ("&"));
("'"), ("'"));
("""), ("\""));
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]