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 wrap: on
line diff
--- a/doc/manual/manual.tema	Tue Apr 21 20:49:53 2009 +0400
+++ b/doc/manual/manual.tema	Mon May 11 20:18:35 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%>