I am struggling to extract data from an XML file. The file for all intense and purposes looks like this:
<Message>
<Code>Hello </Code>
<Code>bye </Code>
</Message>
At the moment I am using the Value function.
However the data I get returned is only ever "Hello". How do I return all data in a tabular format, like so:
