Hi everyone,
I have a problem with loading proper xml tags, for exmaple, I want to load the f element:
The issue is that I have to get those two tags, but I am only able to get one.
Thanks for help,
Hi everyone,
I have a problem with loading proper xml tags, for exmaple, I want to load the f element:
The issue is that I have to get those two tags, but I am only able to get one.
Thanks for help,
You can do that using XPath .//f
and then get the innerText
of the returned nodes: XMLMultipleEqualElementsTest.zip (2.3 KB)