niranjan94 / python-pentabarf-xml

Generate and parse pentabarf XML schedule for events/conferences
MIT License
2 stars 4 forks source link

use lxml library to allow pretty_print xml output #6

Open ruleant opened 6 years ago

ruleant commented 6 years ago

Libraries lxml and etree.ElementTree are compatible, so they can easily be swapped. lxml has a nice feature to output easier readable xml (newlines and indentations).