Altova RaptorXML+XBRL Server 2024

Specifies the path to the TaxonomyPackagesConfig.json file, which is used to load XBRL taxonomy packages. The file's convenience is that it serves as a catalog of taxonomy packages. The structure of the JSON file is as in the example listing below. The value of the uri key gives the location of the package. The active key (of a set of packages) switches on usage of those packages.

 

{"taxonomies":

  {"EIOPA Solvency II XBRL Taxonomy 2.1.0":

    {"packages":[

      {"uri":"C:\\test\\XBRL\\EIOPA_SolvencyII_XBRL_Taxonomy_2.1.0.zip"},

      {"uri":"C:\\test\\XBRL\\AdditionalTestPkg.zip"}

      ],"active":true

    },"Test Taxonomy":

      {"packages":[{"uri":"C:\\test\\XBRL\\test.zip"}],"active":true

      }

  }

}

 

COM and .NET

 

Signature: TaxonomyPackagesConfigFile(string filepath)

 

Java

 

Signature: public void setTaxonomyPackagesConfigFile(string filepath)

 

© 2018-2024 Altova GmbH