Right now the xml_parse API assumes local access to the XML result oval file. There is a client API that gets a XML from any host and returns it as an Elementtree (ET) object. We need to be able to pass the xml_parse a file_path/name or an ET object.
Right now the xml_parse API assumes local access to the XML result oval file. There is a client API that gets a XML from any host and returns it as an Elementtree (ET) object. We need to be able to pass the xml_parse a file_path/name or an ET object.