This is the code which I'm currently using to decode the XML. I initially thought that the code will properly differentiate between the XMLs based on the tags etc but it seems like it's using the attributes within the tags.
Based on the Above XML, only decoding WarmUp gets printed out. If I were to move cooldown above warmup then it will print decoding cooldown for both tags
this is likely a user issue, using the wrong method or something. Pointers appreciated. This is the XML file I want to decode
This is the code which I'm currently using to decode the XML. I initially thought that the code will properly differentiate between the XMLs based on the tags etc but it seems like it's using the attributes within the tags.
Based on the Above XML, only decoding WarmUp gets printed out. If I were to move cooldown above warmup then it will print decoding cooldown for both tags
Is there something that can be done to properly decode it based on the tags? Note that I am using XMLCoder (https://github.com/CoreOffice/XMLCoder)
Also tried this
This yielded this output: