I am trying extract some data from a bunch of xml files. Now, the issue is the structure of all the files is not exactly the same and thus, just iterating over the children and extracting the values is difficult.
Is there a getElementByTag()
method for python for such xml documents? I have seen that such a method is available for C#, C++ users but couldn't find anything for Python.
Any help will be much appreciated!
No comments:
Post a Comment