hasadna / knesset-data

APIs and documentation to allow getting data from the Israeli Parliament (Knesset)
MIT License
10 stars 12 forks source link

monitor: metadata changed for bills service #110

Closed OriHoch closed 7 years ago

OriHoch commented 7 years ago

_This issue was automatically created by the knesset-data health monitor, please do not modify the title or remove any labels_

change detected in metadata of bills service

url=http://online.knesset.gov.il/WsinternetSps/KnessetDataService/BillsData.svc

for more details see: https://gist.github.com/OriHoch/198f78c413a716f49477fb9fd341f6bb

alonisser commented 7 years ago

@OriHoch looks like the only diff here is encoding (Moved from utf-8 to iso-8859-1)

<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>

If this does not influence are code I think can be closed