ios – I need to create an XML parser from URL utilizing SwiftUI

0
86


I’m not capable of do it in any respect, I don’t even know precisely easy methods to strategy this downside, I’ve not discovered any articles on the Web on this topic, it looks like I’m simply doing one thing mistaken, maybe it’s, since I’m a newbie.
I must get information by way of a working (!) URL on this format:

<ArrivalTimes>
 <ArrivalTime>
  <ArrivalTime>5</ArrivalTime>
  <Title>Station</Title>
  <Quantity>386</Quantity>
 </ArrivalTime>
</ArrivalTimes>

I used to be capable of make a parser from a file, however I’ve no option to get this information utilizing a URL question, please inform me the simplest approach to do that