Sun Java System Web Server 7.0 NSAPI Developer's Guide

ProcedureTo Define Customer Server-parsed HTML Tags

  1. Define the Functions that Implement the Tag.

    You must define the tag execution function. You must also define other functions that are called on tag loading and unloading, and on page loading and unloading.

  2. Write an Initialization Function.

    Write an initialization function that registers the tag using the shtml_add_tag function.

  3. Load the New Tag into the Server.