=================================================================
XBRL to ISO Converter Utility	
=================================================================

  0. About
  1. Directory Structure
  2. Installation
  3. Execution
  
---------------- 0. About ----------------


  This utility was created to automate the process of converting XBRL tagged
  Corporate Actions documents into valid ISO 20022 statements.  

---------------- 1. Directory Structure ----------------

  The directory structure is as follows.

  (dir)/
    |- readme.txt                  ... This document
    |- compress.xsl                ... Compresses ISO report removing empty elements
    |- convert.bat                 ... Batch file for executing the program
    |- saxon9.jar                  ... Saxon xslt processor
    |- seev.031.001.01.xsd         ... ISO Structure used by the stylesheet
    |- xbrl-to-iso-converter.xsl   ... Stylesheet to convert XBRL to ISO
    |- xfi.xsl                     ... Extension functions

---------------- 2. Installation ----------------

  a. Download and save file to a directory on the local machine

  b. Extract all files

        
---------------- 3. Execution ----------------

  a. Using the command prompt navigate to the xbrl2iso directory

  b. Type Convert followed by the path of the instance file to be converted
     Example:  Convert samples/instances.xml

  c. Output file will be filename-iso.xml
     Example:  instances-iso.xml