summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2010-02-28 23:04:18 +0100
committerAndreas Rumpf <rumpf_a@web.de>2010-02-28 23:04:18 +0100
commitb559285b78bfa76533d25e77f3f61cab2427bb03 (patch)
treef418f489f307f825a934cea878921f65c0114561 /doc
parentddb718548278290a1c25c1bbfba82bc5581457a7 (diff)
downloadNim-b559285b78bfa76533d25e77f3f61cab2427bb03.tar.gz
examples/lib use the new wrappers
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index d2b327df7..d5dfefabb 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -175,7 +175,8 @@ XML Processing
   This module parses an XML Document into a XML DOM Document representation.
 
 * `xmltree <xmltree.html>`_
-  A simple XML tree. More efficient and simpler than the DOM.
+  A simple XML tree. More efficient and simpler than the DOM. It also 
+  contains a macro for XML/HTML code generation.
 
 * `xmlparser <xmlparser.html>`_ 
   This module parses an XML document and creates its XML tree representation.
@@ -184,13 +185,6 @@ XML Processing
   This module parses an HTML document and creates its XML tree representation.
 
 
-Code generation
----------------
-
-* `xmlgen <xmlgen.html>`_
-  This module implements macros for XML/HTML code generation.
-
-
 Cryptography and Hashing
 ------------------------
 
@@ -202,7 +196,6 @@ Cryptography and Hashing
   This module implements the MD5 checksum algorithm.
 
 
-
 Impure libraries
 ================