http://www.nationalbanken.dk/_vti_bin/DN/DataService.svc/CurrencyRatesHistoryXML?lang=da
I need to read the above XML link into my Delphi code using Chilkat XML Active component
I need the value of tags time,name,rate,currency
Can any give me an example where the above link is used ?
Have tryed to use Chilkat Examples - but don success
Regards
The values you are looking for are in Attributes not Tags, so have a look at the examples around XML attributes to figure out how to extract the data from them (sorry I don't use Delphi at all, so I can't be of much help with specific code).