Mercurial > hg > tema
changeset 25:665309ccd5e6
Merge.
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Mon, 11 May 2009 20:19:02 +0400 |
parents | d3a8871e6e73 (diff) 55fe63bb7858 (current diff) |
children | 2b5306159761 |
files | doc/manual/manual.tema |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/manual/manual.tema Wed Apr 22 03:30:59 2009 +0400 +++ b/doc/manual/manual.tema Mon May 11 20:19:02 2009 +0400 @@ -168,6 +168,16 @@ Replaces all occurrences of <%code:s1%> with <%code:s2%> in data.%> %> +<%function:xml_escape + input_data <%:text%> + output <%:text with escaped XML special characters%> +%> + +<%function:xml_cdata + input_data <%:text%> + output <%:XML CDATA section containing the text%> +%> + [%!\ TODO: all functions defined in Strings.java %]\\ <%subsection:Input / output%>