を呼び出すたびにElementTree.tostring(e)
、次のエラー メッセージが表示されます。
AttributeError: 'Element' object has no attribute 'getroot'
ElementTree オブジェクトを XML 文字列に変換する他の方法はありますか?
トレースバック:
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'