The regulatory agency for my province publishes an XML file outlining the approved electricity rates for all suppliers as an XML file. I would like to be able to extra the 3 time-of-use rates for my supplier from this file. I consistently struggle with parsing XML and would appreciate any guidance.
This appears to describe a table, with each row being the information for each supplier. The supplier is defined by the <Dist></Dist> keys. The 3 rates I would like to capture for one specific supplier are under the RPPOffP, RPPMidP and RPPOnP keys.
I’ve hunted through the forums, but cannot figure out how to extra a specific “row”.