XML utils for the curator core project


License
Other
Install
pip install xml-utils==1.15.1

Documentation

Xml Utils

XML utils for the curator core project.

Quick start

1. Add "xml_utils" to your INSTALLED_APPS setting

INSTALLED_APPS = [
  ...
  'xml_utils',
]