Convert string to XML or HTML string.
returnedString = xmlstr(string)
returnedString - type: str string - type: str
String with special XML/HTML chars converted appropriately.
"output.txt" << xmlstr("hello&bye") << "\n";
Outputs:
hello&bye
String Functions