When to use XMLC

XMLC is a tool that generates template objects from HTML and XML documents. While XMLC is a general tool, its primary purpose is to assist in the development of dynamic HTML and XML content. It provides a structured method for modifying the document that does not require non-standard changes to the contents of the document. The advantages for using XMLC for content development are:

The display of XMLC generated pages is not limited to a WWW browser, they can be useful for display in a HTML or XML widget running in a Java applet or application. A program based on XMLC cab be used to generate static HTML/XML files that are then server by a traditional HTTP server.

While XMLC is particularly advantageous for generating dynamic HTML/XML pages on a server for display in a client, there is nothing in the technology that restrict it to this use. Any XML manipulation task where some of the outlined attributes apply could use XMLC. It can be use in any application where the manipulation of pre-parsed XML files is desired.