Forum Discussion
2 Replies
- nativeBasicNew Contributor III
Hello,
Have you tried to parse the XML file ?
I've used this to read in and validate XML files against a XSD before transforming / posting the data etc.
Hope it helps!
- mnduwayoNew Contributor II
Hello, thank you for your response.
I don't see how parse the xml file will help me to get the paths, attributes and values of tags. The idea is also that we want to be more generic, we don't know the schema of the xml files. It is for that we want to use an external tool such as lxml which we saw it can do that in python.