sl_1.0.dtd

来自「OMA论坛PUSH消息协议」· DTD 代码 · 共 33 行

DTD
33
字号
<?xml version="1.0" encoding="UTF-8"?><!--OMA Push Service Load Document Type DefinitionCopyright Open Mobile Alliance Ltd., 2005          All rights reservedTerms and conditions of use are available from the Open Mobile Alliance Ltd. web site athttp://www.openmobilealliance.org/useterms.html--><!--Service Loading (SL) Document Type Definition.SL is an XML language.  Typical usage:   <?xml version="1.0"?>   <!DOCTYPE sl PUBLIC "-//OMA//DTD SL 1.0//EN"          "http://www.openmobilealliance.com/tech/DTD/sl_1.0.dtd">   <sl>   ...   </sl>--><!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">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?