Skip to main content
summaryrefslogtreecommitdiffstats
blob: f87311c49eb78736e0561927335c83f26841d643 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--
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.  
-->

Back to the top