lxml objectify and Working with XML Tag Containing Periods

Recently, I have been working on automating Jenkin’s config XML files using Python and the lxml package. I have several articles on using lxml and its handy objectify functionality: Python: Creating XML with lxml.objectify Parsing XML with Python using lxml.objectify But I’ve never really covered what to do when you need to create or parse […]

lxml objectify and Working with XML Tag Containing Periods Read More »