changeset 27:2b5306159761

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