Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 27)
27.
Which module in Python provides support for working with XML, including parsing and creating XML documents?
xml
xmlparse
xmllib
xml.etree.ElementTree
Answer: Option
Explanation:
The xml.etree.ElementTree module in Python provides support for working with XML, including parsing and creating XML documents.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.