blob: 7248808821c5e99faea9fa9f7b9fb24fb4fb60dc (
plain) (
blame)
1
2
3
4
5
6
7
|
This module provides only 2 methods, XMLin and XMLout. XMLin convert xml
to python object, and XMLout python object to xml.
This module is inspired by XML::Simple in CPAN, but some options of
XML::Simple are not supported.
WWW: https://pypi.python.org/pypi/pyxml2obj/
|