A simple XML encoding functionbuiltin encode_xml(text);
This function ecodes a text in XML. I.e. the characters &, <, >, " and ' are translated to &, <, >, ", and '. This function is designed to be used with the encoding/quoting operator (::).
Generated by SPLDOC. | http://www.clifford.at/spl/ |