I am trying to figure out how to create a ParsedXML object from a Python script and have it parse XML text that I have in string. I have managed to create the object with no content( or default content) but am not sure what to do to have my xml string parsed and contained.
Does anybody have a sample of code that does this or can point to a resource with this information?