summary refs log tree commit diff stats
path: root/doc/lib.rst
diff options
context:
space:
mode:
authorMiran <narimiran@users.noreply.github.com>2018-10-09 20:58:56 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-10-09 20:58:56 +0200
commit27e4825c6270471c56dc7ecbd7c1afb825e8d95a (patch)
treeafb5c9756fc008901fe62976a01310c6eb068b7a /doc/lib.rst
parentc6dfbfc2cf8005d1c92dbf4453ad5b4a211900be (diff)
downloadNim-27e4825c6270471c56dc7ecbd7c1afb825e8d95a.tar.gz
[cleanup] remove `xmldom` and `xmldomparser` (#9234)
Diffstat (limited to 'doc/lib.rst')
-rw-r--r--doc/lib.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 5ae1a59c7..0d7dedc39 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -330,12 +330,6 @@ Parsers
 XML Processing
 --------------
 
-* `xmldom <xmldom.html>`_
-  This module implements the XML DOM Level 2.
-
-* `xmldomparser <xmldomparser.html>`_
-  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. It also
   contains a macro for XML/HTML code generation.