|
|
Resource Guide -> XML and Java Tutorials -> Dynamically generating HTML pages with XMLC
Dynamically generating HTML pages with XMLC
Date: Nov. 9, 2000 XMLC is available individually or as part of the Enhydra product (a Java-based object-oriented Web application development environment available from Lutris). XMLC converts an HTML or XML file into a compiled Java class that serves a page as if it were still written in HTML, via Java servlets. XMLC analyzes the HTML according to the W3C Document Object Model (DOM), using the DOM to create Java-based references to all the HTML document elements. The DOM-based object model can then be manipulated by the developer. Many developers are now familiar with the DOM model in the browser, and using JavaScript or VBScript to manipulate the exposed HTML document. XMLC yields the exact same model on top of Java servlets. |
|
|
|
|
|
|