-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
No support for embedded/inline schemas #124
Comments
Could You make please at least a suggestion how the code could be extended to support this type of XSDs? I would be happy to implement it myself and share, but I find it difficult to find correct place to start. |
Hey, this is unfortunately a bigger change. Also not many XBRL documents are affected by this (at least to my experience).. My gut feeling would say that the way the parser functions are currently written has to change. Specifically this function: Line 429 in 1b60644
Instead of taking a path or URL to a file where the linkbase is stored, the function has to reviece a string as input which it will then parse. In order to active backwards compatibility I would create a new function like Then in the taxonomy module the code has to distinguish between linkbase imports If you can propose a change I would be happy to merge it. Please just try to comment it as good as possible, especially since this would probably be a bigger change. I currently struggle finding time for further maintaining |
The library is not working for presentation and calculation schemas embedded inline with main XSD file. Eg. for:
https://www.sec.gov/Archives/edgar/data/789019/000095017024008814/0000950170-24-008814-index.html
https://www.sec.gov/Archives/edgar/data/910606/000095017024016260/0000950170-24-016260-index.html
it will not find/parse taxonomies.
The text was updated successfully, but these errors were encountered: