stchris / untangle

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

FR: store original children name in Element #44

Open reverbc opened 7 years ago

reverbc commented 7 years ago

Currently -, . and : in children name will be substituted with _, and if PR #43 get approved children has same name as python keywords will have a trailing _ added.

Although all elements get to be stored without problem (same name children are grouped in a list), it will be nice if the original name can be stored inside the Element for query.