changeset 24:d3a8871e6e73

Update documentation.
author Mikhail Kryshen <mikhail@kryshen.net>
date Mon, 11 May 2009 20:18:35 +0400
parents fe2a094f4509
children 665309ccd5e6
files doc/manual/manual.tema
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/doc/manual/manual.tema	Tue Apr 21 20:49:53 2009 +0400
     1.2 +++ b/doc/manual/manual.tema	Mon May 11 20:18:35 2009 +0400
     1.3 @@ -168,6 +168,16 @@
     1.4      Replaces all occurrences of <%code:s1%> with <%code:s2%> in data.%>
     1.5  %>
     1.6  
     1.7 +<%function:xml_escape
     1.8 +  input_data  <%:text%>
     1.9 +  output      <%:text with escaped XML special characters%>
    1.10 +%>
    1.11 +
    1.12 +<%function:xml_cdata
    1.13 +  input_data  <%:text%>
    1.14 +  output      <%:XML CDATA section containing the text%>
    1.15 +%>
    1.16 +
    1.17  [%!\ TODO: all functions defined in Strings.java %]\\
    1.18  
    1.19  <%subsection:Input / output%>