| | 1. JResolver | By: | JResolver | License: | OpenSource | URL: | http://xvrl.hn.org:8080/JResolver.html | Description: | JResolver is a command line utility that resolves external data in your XVRL documents by invoking methods on Java objects. You specify an XVRL input file when you invoke JResolver. JResolver parses the input file and outputs the resolved XML to the console or an optional output file. You may specify a stylesheet for JResolver to apply after resolution but before output.
|
2. Java API for Value Resolution (JAVR), | By: | JResolver | License: | OpenSource | URL: | http://xvrl.hn.org:8080/JAVR.html | Description: | The Java API for Value Resolution (JAVR), is a set of interfaces and classes that enables Java programs to parse XVRL documents in a simple and extensible manner. JAVR conforms to the Transformation API for XML (TrAX), a simple but powerful interface for transforming XML documents. To use JAVR in your Java program, simply create, and invoke methods on, instances of the classes in the JAVR distribution. See the example below for details. For information on XVRL, visit xvrl.org.
|
|