diff options
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 ================ |