Robot framework spits out an output XML which is then used to build the HTML reports (with rebot), re-run failures, etc.
I need to parse this file to generate other reports, in particular, I need to parse the test case's documentation for a regex, get the test case result and then build a report (this is for integration with a legacy system).
Does Robot Framework provide functionality to easily parse the output XML file or we just use standard XML parsing libraries?