This directory contains JScript examples for the StyleVision API. This example is not intended to be pasted into HTML and cannot directly be used within the Altova Scripting Editor. Run it from a command prompt or directly from the Windows Explorer. For details see the section "Application API" of the StyleVision user documentation. -------------------------------------------------------------------------- File list --------------------------------------------------------------------------- Readme.txt - this file Start.js - Start StyleVision registered as automation server or connect to a running instance. StyleVision keeps running after the script ended. DocumentAccess.js - Shows how to open, iterate and close documents. --------------------------------------------------------------------------- Run the example from command line prompt --------------------------------------------------------------------------- Open a command prompt window and type the name of one of the example scripts: Start.js The Windows Scripting Host coming with all newer versions of Windows will execute the script and start-up StyleVision. --------------------------------------------------------------------------- Run the example from Windows Explorer --------------------------------------------------------------------------- Double-click one of the example scripts. The Windows Scripting Host coming with all newer versions of Windows will execute the script within a command console. StyleVision starts up. After the end of the script the command console gets closed automatically.