Cannot See Data in XML Feed

Questions about XML that are not covered by the other forums should go here.
Sylius
Posts: 1
Joined: Sat Apr 28, 2018 6:55 am

Cannot See Data in XML Feed

Post 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.
adrian
Posts: 2850
Joined: Tue May 17, 2005 4:01 pm

Re: Cannot See Data in XML Feed

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply