XMLC

XMLC provides an object-oriented mechanism for creating dynamic content from static HTML and XML document. XMLC converts a HTML or XML document to a Java class. The compiled pages are represented using the DOM (Document Object Model). The generated class is used by Java code to create dynamic HTML.

Contents