Examples for using the Python v2.4 API of RaptorXML+XBRL Server.
NOTE: The examples for other language bindings are located in sub-folders.
Each script includes a short documentation and a sample invocation command line at the top a.
Create catalog.xml
files for remote files.
Print out all the calculation networks found in the DTS as simple trees
Demonstrates how to add additional validation rules and report custom errors.
Print out all the DRS (Dimensional relationship set) networks found in the DTS as simple trees.
A minimal stub implementation for each entry point function in RaptorXML Python API v2.
Generate HTML tables according to the layout specified in the XBRL Table linkbase.
Print out some statistics about the instance and its supporting DTS.
Print out all the presentation networks found in the DTS as simple trees.
Demonstrates how to supply additional parameters to RaptorXML Python API v2 scripts.
Example how to generate additional output files from a Python API v2 script.
Executes the XBRL 2.1 conformance test suite.
Demonstrates how to navigate through an XML Infoset tree.
Example how to convert XML documents to simple HTML.
Simple pretty printer for XML documents.
Demonstrates the XPath, XQuery, XSLT engine usage in python environment.
For more information on the Python v2.4 API, please refer to this documentation.