I am trying to read svg file in an etree
tree = etree.parse(open(svgFilePath, \'r\'))
and doing some manipulations on the tree.
tree