I want to download the value of selected tag from some site. The only way i know is is to download whole XML and then get the value.
My Question is: Can i get the value without downloading whole XML?
For example: I have this site:
http://api.nbp.pl/api/exchangerates/tables/a/?format=xml
And i only want to download the value of tag "EffectiveDate". I know i can download whole XML then get it but why should I if I want get only one value.
Is there any way to do it in Java?