I'm struggling with attributes in XML files. Any ideas on how to get a hold of them would be highly appreciated. In the example below I would like to retrieve the value 766 of attribute ANR.
<?xml version="1.0" encoding="ISO-8859-1"?> <Eiendommer> <Skatteeiendom ANR="766"> </Skatteeiendom> </Eiendommer>
Thank in advance!
Jasper