--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/069d653a-ca78-465c-abc8-a1093eac17bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
My file is xml. I use ElementTree for get data.
And for get text data I just have myText = myElement.text
I don't know other wy for xml file...
ET.ElementTree(testtag).write('testunicode.xml',encoding="UTF-8",xml_declaration=True)--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/2dd46cf7-f77c-4b96-9d1a-a0e89f755676%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I tried this way but it does not work properly...I have always problem with encode format
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/1ef6b5cf-e350-4cb7-aeaa-c50e4e7ec526%40googlegroups.com.