applayerprotocols/wapbase/Tdtd/DTDs/sl.dtd
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 <!--
       
     2 Service Loading (SL) Document Type Definition.
       
     3 
       
     4 Copyright Wireless Application Protocol Forum Ltd., 1998,1999.
       
     5                       All rights reserved.  
       
     6 
       
     7 SL is an XML language.  Typical usage:
       
     8    <?xml version="1.0"?>
       
     9    <!DOCTYPE sl PUBLIC "-//WAPFORUM//DTD SL 1.0//EN"
       
    10                 "http://www.wapforum.org/DTD/sl.dtd">
       
    11    <sl>
       
    12    ...
       
    13    </sl>
       
    14 
       
    15 Terms and conditions of use are available from the Wireless 
       
    16 Application Protocol Forum Ltd. web site at
       
    17 http://www.wapforum.org/docs/copyright.htm.
       
    18 -->
       
    19 
       
    20 <!ENTITY % URI "CDATA">                <!-- URI designating a 
       
    21                                             hypertext node    -->
       
    22 
       
    23 <!--===================== The SL Element =====================-->
       
    24 <!ELEMENT sl EMPTY>
       
    25 <!ATTLIST sl
       
    26   href          %URI;                                   #REQUIRED
       
    27   action        (execute-low|execute-high|cache)    "execute-low" 
       
    28 >
       
    29 
       
    30 <!--
       
    31 Copyright Wireless Application Protocol Forum Ltd., 1998,1999.
       
    32                       All rights reserved.  
       
    33 -->