PythonElementTreeを文字列に変換する
を呼び出すたびにElementTree.tostring(e)、次のエラーメッセージが表示されます。 AttributeError: 'Element' object has no attribute 'getroot' ElementTreeオブジェクトをXML文字列に変換する他の方法はありますか? TraceBack: Traceback (most recent call last): File "Development/Python/REObjectSort/REObjectResolver.py", line 145, in <module> cm = integrateDataWithCsv(cm, csvm) File "Development/Python/REObjectSort/REObjectResolver.py", line 137, in integrateDataWithCsv xmlstr = ElementTree.tostring(et.getroot(),encoding='utf8',method='xml') AttributeError: 'Element' object has no attribute 'getroot'