xml.dom.minidom.parseString(string, parser=None)
Return a Document
that represents the string. This method creates an io.StringIO
object for the string and passes that on to parse()
.
xml.dom.minidom.parseString(string, parser=None)
Return a Document
that represents the string. This method creates an io.StringIO
object for the string and passes that on to parse()
.
Designed by : w10schools
service@w10schools.com
Please login to continue.