Skip to content
Advertisement

How to parse xml data from this type of content ( from online URL)

I am trying to parse data from this url xml: https://o2v.nl/example2.xml and what I am trying to get is the [Property] information but I dont know what should be the next step to get [property] tag. What I have done so far is the code My code is:

JavaScript

The output string is now as:

JavaScript

So what should I do next to get all the [Property] tags? Thanks a lot.

Advertisement

Answer

If I understand you correctly, you are probably looking for something like this:

JavaScript

Output:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement