Class Names of Parsed XML Objects : DOM : XML PYTHON TUTORIALS


PYTHON TUTORIALS » XML » DOM »

 

Class Names of Parsed XML Objects


from xml.dom import minidom 
xmldoc = minidom.parse('kant.xml')        
print xmldoc 

print xmldoc.__class__                               
print xmldoc.__class__.__name__



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo XML
» DOM