Archive of posts with category 'Python'

Parsing XML with Python and XPath: A Practical Pipeline Guide

Last year I spent two days debugging a build pipeline because our CI system was reading the wrong version from a Maven POM. The XPath query looked correct, but it...