Skip to content

ramansah/xmllib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

The utility library for Python to convert between xml and dict objects

Usage

test_string = 'CHILD2CHILD11'

print(xml2dict(test_string))

test_obj = { 'parent': { 'child1': { 'child11': 'CHILD11' }, 'child2': 'CHILD2' } }

print(dict2xml(test_obj))

License

MIT License. Further details in LICENSE.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages