Skip to content
Advertisement

Tag: xsi

Parse xsi:type=”” in Python using ElementTree

I know there are a few similar questions but none of the solutions seemed to work. I need to parse and XML file using python. I am using Elementree I am trying to print the value X. It is working as long as I am just looking for X-Values within EndPosition but I have to look for within all MoveToType.

Advertisement