ices-tools-prod / icesSAG

R interface to Stock Assessment Graphs database web services
http://sg.ices.dk/webservices.aspx
9 stars 7 forks source link

Not finding the stockcode #244

Open cmspinto opened 1 year ago

cmspinto commented 1 year ago

var result = str.Elements("stockCode").ToList()[0];

So when the user downloaded the StockCode instead of stockCode in the XML tag it was giving an error.

Fixed both in download and in the comparative.

I found a way to not make it case sensitive but would have to use a distinct function!