Ed Leafe wrote:
I still think that trying to fix this in xmltodict is not going to work. As soon as someone edits it in Notepad, it'll be broken again.
It'll work because dicttoxml() puts os.linesep on the end of every line, including code lines, while xmltodict() converts all line endings for code into \n.
-- Paul McNett http://paulmcnett.com http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
