From b559285b78bfa76533d25e77f3f61cab2427bb03 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sun, 28 Feb 2010 23:04:18 +0100 Subject: examples/lib use the new wrappers --- doc/lib.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'doc') 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 `_ - 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 `_ 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 `_ - 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 ================ -- cgit 1.4.1-2-gfad0 fs/?id=dfeb5889534bc6e1c8679c9699b83395d70a67e4'>refs log blame commit diff stats
blob: 933d1a72c38b61be8224c02c412fdb2d4a663d32 (plain) (tree)
1
2
3
4