[Kimchi-devel] [PATCH 0/3] Add xml_to_dict parser

lvroyce at linux.vnet.ibm.com lvroyce at linux.vnet.ibm.com
Thu Jan 9 10:32:52 UTC 2014


From: Royce Lv <lvroyce at linux.vnet.ibm.com>

In kimchi we are having a increasing need of parse xml to dict.
Bingbu proposed a very useful tool to fullfil this function.
Resend it so that storage targets parse can use this.

Royce Lv (3):
  xml parser: Add a parser to xmlutils
  xml parser: pep8 clean for xmlutils.py
  xml parser: Add testcase for xml_to_dict

 Makefile.am             |  1 +
 src/kimchi/exception.py |  4 ++++
 src/kimchi/xmlutils.py  | 56 +++++++++++++++++++++++++++++++++++++++----
 tests/test_xmlutil.py   | 64 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 121 insertions(+), 4 deletions(-)
 create mode 100644 tests/test_xmlutil.py

-- 
1.8.1.2




More information about the Kimchi-devel mailing list