stchris / untangle

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

how to add child/children to the xml file? #61

Closed popeaaa closed 5 years ago

popeaaa commented 5 years ago

Can anyone give me a example? Thank you very much

stchris commented 5 years ago

Hi @popeaaa ! I'm afraid untangle is only able to parse XML files. Changing the content requires some extra steps (or using a different library).

popeaaa commented 5 years ago

Hi @popeaaa ! I'm afraid untangle is only able to parse XML files. Changing the content requires some extra steps (or using a different library).

ok,thanks for your answering