I need to parse an atom document, where entry links point to other related entries. For example, an entry contains information about an electric meter, and a link points to another entry which contains readings made by that meter. Exact structure is:
https://collaborate.nist.gov/twiki-sggrid/pub/SmartGrid/GreenButtonSDK/ESPISchemaOverview.png
Can anyone give me a tip/starting point? I know basics about XML parsing in Java but navigating between entries using links just boggles my mind.