Running a simple example snippet but gets a "Can’t find http://archprod.service.eogs.dk/taxonomy/20191001/entryDanishGAAPBalanceSheetAccountFormIncomeStatementByNatureIncludingManagementsReviewStatisticsAndTax20191001.xsd
" defined in the XML when running XbrlDocument document = new XbrlDocument(@“IdScopeContextPeriodStartAfterEnd.xml”);
IdScopeContextPeriodStartAfterEnd.zip (9.2 KB)
I know the URL is returning 404 but is there anyway to circumvent / omit the namespace check and just do parse of the file.
XML file used. (Data is public available)
Thanks for the XBRL document.
Please notice, I am able to reproduce the issue as you mentioned by using the following line of code:
e.g.
Sample code:
Aspose.Finance.Xbrl.XbrlDocument document = new Aspose.Finance.Xbrl.XbrlDocument("e:\\test2\\IdScopeContextPeriodStartAfterEnd.xml");
I have logged a ticket with an id “FINANCENET-235” for your issue. We will look into it soon.
Once we have an update on it, we will let you know.
1 Like
We looked into again and may not be possible to change it at the moment because classification files contain and associate a lot of important information, and XBRL rules do not allow us to change them at will.