Kaya 0.5.2 reference for ElementTree::simpleEncode

List of functions and data types in ElementTree

String simpleEncode(String invalue, Bool leavequotes=false, UnicodeFormat uform=LiteralUTF8)

Arguments

Usage

HTML-escape a string, so that <, >, & and possibly " are converted to their entity equivalents (<, >, & and " respectively).

This is automatically done to all element text content and attribute values when converting ElementTree to String - this function is provided for use in other contexts.

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya