I'm attempting to pull information from the publicly accessible Recreation Information Database. The feed I'm trying to parse through is http://www.recdata.gov/feeds/RecElements/getAllRecElementsForOrgID_-1.xml (large file)
It seems that the feed is a complex xml document which looks like it has a lot of references to information similar to a reference table in a database. What would be some tips on how to handle this? Is there a better way to consume it? I need to get as much information from the feed as possible and all the arc elements are really tripping me up.