Hi, I have been trying to generate with XBRL instance using the XINCE plugin in Arelle. But the plugin code seems incomplete here.
|
parser.error("Xule to instance requires a xule rule set (--xule-rule-set)") |
. 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.
Hi, I have been trying to generate with XBRL instance using the XINCE plugin in Arelle. But the plugin code seems incomplete here.
xule/plugin/Xince.py
Line 430 in 409a119