We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I receive an DTD error while loading an XBRL file.
var xbrlDoc = new XbrlDocument(); xbrlDoc.Load("./XMLData/response.xml");
The error is:
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Dear,
This is the file that I'm using: response.xml.zip There are no other related documents.
Thank you in advance!
I'm encountering this issue as well. I'm using documents from the same source as @EmeAsmIBM (nbb.be)
Any update on this?
No branches or pull requests
I receive an DTD error while loading an XBRL file.
var xbrlDoc = new XbrlDocument(); xbrlDoc.Load("./XMLData/response.xml");
The error is:
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?
The text was updated successfully, but these errors were encountered: