SUBROUTINE DEFINITIONLIST4
     INCLUDE #RW.INCLUDE.DEFS FROM /SYSFILES/REALWEB,BP
CALL RW_START_HTML_PAGE("Small Glossary", "", "", "", "")
     TERMS=""
     TERMS<1>="Cookie"
     TERMS<2>="CSS"
     TERMS<3>="Servlet"
     DEFINITIONS=""
     DEFINITIONS<1>="A small amount of named data stored by the web server " : ...
        "and associated with a particular page or web site."
     DEFINITIONS<2>="Cascading Style Sheet. The preferred method of " : ...
        "specifying the appearance of a web page."
     DEFINITIONS<3>="A server-side Java program that services HTTP " : ...
        "requests and returns HTTP responses."
     CLASS=""
CALL RWA_MAKE_DLIST(BUF,TERMS,DEFINITIONS,CLASS)
CALL RW_PUT(BUF)
CALL RW_END_PAGE
RETURN
            
             HTML
HTML
                <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="Reality">
<TITLE>Small Glossary</TITLE>
</HEAD>
<BODY>
<DL>
<DT>Cookie<DD>A small amount of named data stored by the web server and
associated with a particular page or web site.
<DT>CSS<DD>Cascading Style Sheet. The preferred method of specifying the
appearance of a web page.
<DT>Servlet<DD>A server-side Java program that services HTTP requests and
returns HTTP responses.
</DL>
</BODY>
</HTML>
                
            
                NEC welcomes your feedback on our documentation. 
                If you have any comments about the current Reality Help, or want something to be added in a future revision, please contact your NEC Helpdesk. 
                If your comment relates to this particular Help topic, remember to include the following information:
                
                    
                    
                    
                        
                            | Product: | RealityVersion 15.4
                                 | 
                        
                            | Help revision: | Revision 0
                                 | 
                        
                            | Help topic: | RWA_MAKE_DLIST Example (RealWeb)
                                 | 
                        
                            | File name: | AMAKEDLIST.htm
                                 |