Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe2f60 commit 2029344Copy full SHA for 2029344
1 file changed
Doc/library/xml.dom.minidom.rst
@@ -15,6 +15,14 @@
15
Model interface. It is intended to be simpler than the full DOM and also
16
significantly smaller.
17
18
+.. note::
19
+
20
+ The :mod:`xml.dom.minidom` module provides an implementation of the W3C-DOM,
21
+ with an API similar to that in other programming languages. Users who are
22
+ unfamiliar with the W3C-DOM interface or who would like to write less code
23
+ for processing XML files should consider using the
24
+ :mod:`xml.etree.ElementTree` module instead.
25
26
DOM applications typically start by parsing some XML into a DOM. With
27
:mod:`xml.dom.minidom`, this is done through the parse functions::
28
0 commit comments