Page 1 of 1

Cannot See Data in XML Feed

Posted: Sat Apr 28, 2018 7:23 am
by Sylius
Hello all, thanks you for having me on this forum and thanks to the developers for creating such a great editor!

I am just having a small problem I am hoping someone could perhaps help me with.

My boss has asked me to display data from an XML feed on a PHP web page. So far I have the page set up exactly how I need it but I am having a problem parsing the XML data from the feed. I am fairly new to XML so I am not sure if it is something that I am doing wrong or if there is a problem with the link itself.

From what I can tell there is no data?! I ultimately need to get the count of registered athletes for the event that have registered in different cities, and then display the relevant information.

Here is the link: https://secure.onreg.com/onreg2/users/r ... fbe5213d3c

All I can see in the XML feed is 1 record count with a Timestamp. Has he send me the wrong link? Hopefully this makes sense and would greatly appreciate it if someone could help out in any way.

Thank you so much for your time and take care.

Re: Cannot See Data in XML Feed

Posted: Mon Apr 30, 2018 11:16 am
by adrian
Hi,
All I can see in the XML feed is 1 record count with a Timestamp. Has he send me the wrong link? Hopefully this makes sense and would greatly appreciate it if someone could help out in any way.
As long as there is no XML schema, or another description of the XML document model you should receive, all we can do is guess.
Seems like there is no data there other than the timestamp. It could be the wrong link, or, maybe, if you are logged on, you get different data. It's a guessing game.

Regards,
Adrian