-
-
Notifications
You must be signed in to change notification settings - Fork 51
Description
XBRL document
The issue is observed with multiple older filings, as an example please look at 0001104659-23-073356 Also, while iterating consider it as an inline XBRL .. hence reference .. filing/0001104659-23-073356\\vod-20230331x20f_htm.xml
Describe the bug
This process fails at the line highlighted ..
with the error
` root: ET.Element | None = parse_file(instance_path).getroot()
if root is None:
raise InstanceParseException("Could not parse instance file!")
# get the link to the taxonomy schema and parse it
schema_ref: ET.Element | None = root.find(LINK_NS + "schemaRef")
if schema_ref is None:
raise InstanceParseException("Document does not import any taxonomy schema")
E xbrl.InstanceParseException: Document does not import any taxonomy schema`
@manusimidt - Please look into this issue :) Thanks so much