Scripting
languages should provide certain default things that every programmer use every
day and fetching content from Internet is one of them
Python provides
modules that allow fetching urls. Urllib2 is a python module that helps in
fetching URLs (Uniform Resource Locators). It offers a very simple interface,
in the form of the urlopen function. This is capable of
fetching URLs using a variety of different protocols....
Pages
Thursday, March 26, 2015
Python Module – Minidom - Parsing XML
This is a first of the series of articles on python modules. We will have
articles that I will explain the basics of the python module and how to use
that.
Parsing XML is one of the important features that every programming language
has to provide. We need to parse XML many times when we get response from a
Rest call or parsing locally stored XML files.
Xml.dom.minidom is a minimal implementation of the Document Object...
Subscribe to:
Posts
(
Atom
)