You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though I'm using a for loop it only returns the value I want from the first node and ignores the rest. Am I missing a feature that's not mentioned?
The text was updated successfully, but these errors were encountered:
No it's not, I was just giving an example of what I was trying to achieve. Here's the full XML: http://www.transitchicago.com/api/1.0/alerts.aspx
Basically I'm trying to go in each "Alert" node and check for values and such, but it's not looping. It's only hitting the first node then returning out.
Didn't see this issue in the documentation but it's only hitting the first node in my XML document. For example I have multiple "Alert" nodes
Even though I'm using a for loop it only returns the value I want from the first node and ignores the rest. Am I missing a feature that's not mentioned?
The text was updated successfully, but these errors were encountered: