xmlc Command Options

I'm going to take a task-oriented walk through the more interesting xmlc commands. The full listing of xmlc command options, in the conventional dashed getopts style, is located in AppendixA, “XMLC Command Line Options.” For illustrative purposes, I'll confine the examples to the simple command line format.

Viewing the Intermediate Java DOM Source File

Using the -keep option, you can tell the XMLC compiler to preserve the Java source file that is assembled by XMLC and used to generate the template class file. The source file and the class file are given the same name.

Besides using this feature for debugging purposes, it's an excellent learning tool for understanding how the XMLC compiler goes about its work, including how ...

Get Enhydra XMLC™ Java™ Presentation Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.