applayerprotocols/wapbase/Tdtd/DTDs/sl.dtd
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:21:21 +0100
branchRCL_3
changeset 20 a0da872af3fa
parent 0 b16258d2340f
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201029 Kit: 201035

<!--
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.  
-->