I tried to study how to take something from the XML format that contain the namespace like EVDB Atom.
Some parts look like this.
<gd:contactSection label="University of Michigan">
<gd:postalAddress>530 S State St
Ann Arbor, Michigan 48103, United States</gd:postalAddress>
<gd:geoPt lat="42.274471282959" lon="-83.7406692504883" />
</gd:contactSection>
I have no clue how to take the data from the tag <gd:postalAddress>.
I seem to be using namespace "gd".
I would be appreciate if you guys can help me out.