Enhydra Extended Markup Language Compiler


xmlc [options] [optfile.xmlc ...] src.ext

Compiles an XML document or page into a class that can be used to dynamically alter the page. Various options controlling the behavior of the compiler may be specified on the command line or in a separate file.

The generated class, which extends XMLObject, will contain a DOM representation of the original XML page. In addition to the standard DOM document access method, the generated class will contain a get method for each XML element that contains the id attribute. The get method will be named in the form getElementIdname. With the first character of the id being shifted to upper case.

The options file, with the extension .xmlc, is used to hold options that are too verbose to include on the command line or are shared by multiple files. The format for the options file is:

Options for xmlc are: Command options passed to javac are: