How to choose between two elements of the same name when parsing xml
问题 I'm working on parsing xml in school, and I'm using Twitter's API to work with. I'm trying to grab the date the tweet was posted, but I'm running into an issue: there are two elements with the same name that hold different values inside of the xml. One is nested further in than the other, however, so logically I would want to check for the one that is nested. How would I go about doing that? Everything is running perfectly right now. I just want to add more to my project. Here's an example of