XML/DOM serialization: Difference between revisions

Added a note regarding the availability of "xmldom" via "nimble".
(→‎{{header|Go}}: Bitbucket.org/rj/xmldom-go was deleted but found alternative version of it on https://gitlab.com/stone.code/xmldom-go.git. I tested the code runs fine with updated lib link.)
(Added a note regarding the availability of "xmldom" via "nimble".)
Line 1,326:
 
=={{header|Nim}}==
{{libheader|nim-xmldom}}
Note that the module “xmldom” is no longer part of the standard library as more convenient modules are now available. It can be installed using the package manager <code>nimble</code>.
<lang nim>import xmldom
 
Anonymous user