RE: [xml] need correct string function



xmlEncodeEntitiesReentrant

-----Original Message-----
From: xml-admin gnome org [mailto:xml-admin gnome org] On Behalf Of
kmq gmx at
Sent: Sunday, February 29, 2004 11:04 AM
To: xml gnome org
Subject: [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 += "'/>";


_______________________________________________
xml mailing list, project page  http://xmlsoft.org/ xml gnome org
http://mail.gnome.org/mailman/listinfo/xml





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