xml.etree.ElementTree and processing instructions
Tuesday, June 19th, 2012Python standard library xml.etree.ElementTree is convenient to work with a simple subset of XML. Unfortunately for me, this subset does not include processing instructions, therefore an workaround is required.
(more…)