I'm integrating the library Gepsio
into my current project for Xbrl
validation.
I'm able to load my document into the Xbrl
document without any issues. All the content is filled and no exeptions are thrown.
But when i validate the same document against XmlSPy it is not valid.
Am i missing some validation trigger?
I allready tried by downloading your source code and made the constructor of SummationConceptValidator
public so i could validate my Xbrl fragment to it, still no exceptions.
anybody got some experience with gepsio or should i look for another implementation since this is not supported in the library?