stchris / untangle

Converts XML to Python objects
MIT License
612 stars 83 forks source link

Is this able to edit comments in XML file? #56

Closed spiritoair closed 6 years ago

spiritoair commented 6 years ago

Is this able to edit comments in XML file? I tried minidom. That is unable to save comments. I tried to edit the source code, however, still had some problems.

stchris commented 6 years ago

I'm afraid not. Editing / writing XML documents is outside the scope of this project.