Top Previous TOC Index

The LiveHTML Interpreter


Files that the WebServer is to parse for LiveHTML are internally of the following MIME type:

text/x-server-parsed-html

The WebServer Administrator normally will create file extensions that are synonyms for this type, and these are what you use in your application code. The default synonym is SHTML. The administrator can also specify HTML as a synonym, in which case all HTML files are parsed for LiveHTML. Unless all your HTML files actually use LiveHTML, this is a bad idea, as it degrades performance. The WebServer Administrator can also specify that some Web Listeners are to allow full LiveHTML, some crippled LiveHTML, and some no LiveHTML at all. An application developer needs to know which Listeners are which, so as to specify the correct port numbers in the URLs. You can find this out by examining the WebServer Manager

LiveHTML code is formatted as SGML comments, so that it is ignored should the file ever find its way to the browser unparsed. The format for LiveHTML codes, therefore, is the following:

<!--#command tag1="value1" tag2="value2" -->

The tags are arguments to the commands, most of which actually only accept one of the possible tags. The possible commands and their associated tags are as follows:


Click Here to Go to the top of the section.

Click Here to Go to the previous topic.

Click here to Go to the Table of Contents.

Click here to Go to the Index.


This document was last modified at 03:55pm PST on March 27, 1996.

To report any problems or comments, e-mail Oracle WebServer Documentation.