applayerprotocols/wapbase/Tdtd/DTDs/sl.dtd
author Shabe Razvi <shaber@symbian.org>
Thu, 02 Sep 2010 15:55:27 +0100
branchRCL_3
changeset 41 cdeb3bb916cc
parent 0 b16258d2340f
child 29 099ef125a1a4
permissions -rw-r--r--
Merge RCL_3 fixes with reverted delivery

<!--
Service Loading (SL) Document Type Definition.

Copyright Wireless Application Protocol Forum Ltd., 1998,1999.
                      All rights reserved.  

SL is an XML language.  Typical usage:
   <?xml version="1.0"?>
   <!DOCTYPE sl PUBLIC "-//WAPFORUM//DTD SL 1.0//EN"
                "http://www.wapforum.org/DTD/sl.dtd">
   <sl>
   ...
   </sl>

Terms and conditions of use are available from the Wireless 
Application Protocol Forum Ltd. web site at
http://www.wapforum.org/docs/copyright.htm.
-->

<!ENTITY % URI "CDATA">                <!-- URI designating a 
                                            hypertext node    -->

<!--===================== The SL Element =====================-->
<!ELEMENT sl EMPTY>
<!ATTLIST sl
  href          %URI;                                   #REQUIRED
  action        (execute-low|execute-high|cache)    "execute-low" 
>

<!--
Copyright Wireless Application Protocol Forum Ltd., 1998,1999.
                      All rights reserved.  
-->