Mercurial > hg > tema
changeset 27:2b5306159761
Merge.
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Thu, 14 May 2009 18:15:15 +0400 |
parents | 584c2f18bb48 (current diff) 665309ccd5e6 (diff) |
children | fedd0147cb6f |
files | |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/manual/manual.tema Thu May 14 18:14:16 2009 +0400 +++ b/doc/manual/manual.tema Thu May 14 18:15:15 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%>