Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
I used minidom to write the failover module, and Roman used lxml to implement the rest server. We should use one xml lib.
Two places where minidom is used right now.
failover/config.py
mcs_node_control/models/node_config.py (only for pretty-printing xml when writing)
Probably easier to do minidom -> lxml than to do lxml ->minidom. TBD.