diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2010-02-28 23:04:18 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2010-02-28 23:04:18 +0100 |
commit | b559285b78bfa76533d25e77f3f61cab2427bb03 (patch) | |
tree | f418f489f307f825a934cea878921f65c0114561 /doc | |
parent | ddb718548278290a1c25c1bbfba82bc5581457a7 (diff) | |
download | Nim-b559285b78bfa76533d25e77f3f61cab2427bb03.tar.gz |
examples/lib use the new wrappers
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 11 |
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 ================ |