diff options
author | Miran <narimiran@users.noreply.github.com> | 2018-10-09 20:58:56 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-09 20:58:56 +0200 |
commit | 27e4825c6270471c56dc7ecbd7c1afb825e8d95a (patch) | |
tree | afb5c9756fc008901fe62976a01310c6eb068b7a /doc/lib.rst | |
parent | c6dfbfc2cf8005d1c92dbf4453ad5b4a211900be (diff) | |
download | Nim-27e4825c6270471c56dc7ecbd7c1afb825e8d95a.tar.gz |
[cleanup] remove `xmldom` and `xmldomparser` (#9234)
Diffstat (limited to 'doc/lib.rst')
-rw-r--r-- | doc/lib.rst | 6 |
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. |