applayerprotocols/wapbase/Tdtd/DTDs/sl.dtd
changeset 0 b16258d2340f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/applayerprotocols/wapbase/Tdtd/DTDs/sl.dtd	Tue Feb 02 01:09:52 2010 +0200
@@ -0,0 +1,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.  
+-->
\ No newline at end of file