diff options
author | rumpf_a@web.de <> | 2010-02-20 19:21:38 +0100 |
---|---|---|
committer | rumpf_a@web.de <> | 2010-02-20 19:21:38 +0100 |
commit | 6bc16904edd3738ab97573b9eeb3a6a7cce9574c (patch) | |
tree | a24577d18f693a0b5497ad78b54c4d20cb711fc6 /doc | |
parent | 64da2f16813bbf03b8a2117d7c4abffd1adf525f (diff) | |
download | Nim-6bc16904edd3738ab97573b9eeb3a6a7cce9574c.tar.gz |
bugfixes for unicode; xmlparser; htmlparser; scanner
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 609889607..b94ac987e 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -177,7 +177,7 @@ XML Processing * `xmltree <xmltree.html>`_ A simple XML tree. More efficient and simpler than the DOM. -* `xmltreeparser <xmltreeparser.html>`_ +* `xmlparser <xmlparser.html>`_ This module parses an XML document and creates its XML tree representation. * `htmlparser <htmlparser.html>`_ |