xbrlus / xule

An open-source XBRL processor for business rules, rendering and custom data reporting. See https://xbrl.us/xule for documentation and https://xbrl.us/xule-editor for a VS Code syntax highlighter.
Apache License 2.0
24 stars 9 forks source link

XINCE for creation of xbrl instance not working #21

Open erviveksharma opened 1 year ago

erviveksharma commented 1 year ago

Hi, I have been trying to generate with XBRL instance using the XINCE plugin in Arelle. But the plugin code seems incomplete here. https://github.com/xbrlus/xule/blob/409a119334c162eb87fbe7b229b0ffa3cc007ec2/plugin/Xince.py#L430. the plugin is supposed to call the create_instance function with a model instance ( that can be a model xbrl ) and generate the instance respectively. Or please correct me if i am taking this in wrong direction.