|
Home >Online Product Documentation >Table of Contents >Compiling Generated Code Compiling Generated CodeThe generated code contains a commented list of the DLL files required in order to compile. How to Compile and Run Java Code in Stylus StudioTo compile Java code in Stylus Studio:
1. Make sure the Java Editor is the active window.
2. Click the Compile button ( Alternatives: Press Ctrl + F7, or select Java > Compile from the Stylus Studio menu. Stylus Studio compiles the Java code. Results are displayed in the Output window. To run Java code in Stylus Studio:
1. Make sure the Java Editor is the active window.
2. Click the Run button ( Alternatives: Press Ctrl + F5, or select Java > Run from the Stylus Studio menu. If the code has not been compiled, Stylus Studio displays a prompt asking if you want to compile the code now. Otherwise, Stylus Studio runs the Java code. Results are displayed in the Output window. |
Energy Companies That Use Stylus Studio
Forget red bull! Many energy companies are using Stylus Studio 2006 for their quick pick me up during the work day. Come see which energy companies are getting the boost they need with Stylus Studio!
Writing Custom XML Adapters
There are cases where the input format is too complicated for Convert to XML, or both reading and writing of the file format is needed. This section will take you through the process of writing a medium-sized adapter in Java.
Sun Multi-Schema XML Validator (MSV)
Learn how to integrate the Multi Schema Validator (MSV) into Stylus Studio as one of the Custom Validation Engines. It will work for files with a DTD, a single XSD, or both a DTD and a single XSD.
Translating XML documents to EDIFACT
In-place, via XSLT and via XQuery are all mechanisms supported for converting XML to EDIFACT