JeffFerguson / gepsio

Gepsio is a document object model for XBRL documents based on .NET 6.
http://gepsio.wordpress.com
MIT License
68 stars 25 forks source link

DTD error while loading Xbrl document #45

Open EmeAsmIBM opened 1 year ago

EmeAsmIBM commented 1 year ago

I receive an DTD error while loading an XBRL file.

var xbrlDoc = new XbrlDocument(); xbrlDoc.Load("./XMLData/response.xml");

The error is:

Scherm­afbeelding 2023-02-15 om 10 08 19

I can eliminate the error if I remove the schemaRef from the XML file. The disadvantage doing this is that file will not load properly.

How can I fix this issue?

JeffFerguson commented 1 year ago

Would you be able to ZIP up the XBRL instance document, and all related documents, and attach them to a reply? I'd be happy to take a look.

EmeAsmIBM commented 1 year ago

Dear,

This is the file that I'm using: response.xml.zip There are no other related documents.

Thank you in advance!

ElgersNiels commented 1 year ago

I'm encountering this issue as well. I'm using documents from the same source as @EmeAsmIBM (nbb.be)

Any update on this?