home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _80F291420A3D4081B752670884B92680 < prev    next >
Encoding:
Text File  |  2002-09-03  |  2.2 KB  |  104 lines

  1. <!-- WML Deprecated Module  .................................... -->
  2. <!-- file: wml-deprecated-1.mod -->
  3. <!-- 
  4.     @Wireless Application Protocol Forum, Ltd. 2001.
  5.  
  6.     Terms and conditions of use are available from the Wireless Application Protocol Forum Ltd. 
  7.     Web site (http://www.wapforum.org/what/copyright.htm).
  8. -->
  9. <!--
  10.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  11.  
  12.        PUBLIC "-//WAPFORUM//ELEMENTS WML Deprecated 1.0//EN"
  13.        SYSTEM "wml-deprecated-1.mod"
  14.  
  15.     This module contains deprecated elements and attributes.
  16.     
  17.         Attributes: WML mode, XHTML align, XHTML vspace, XHTML hspace
  18.         
  19.         Elements: u, b, big, i, small 
  20.         
  21. -->
  22. <!-- 
  23.     p 
  24.     
  25.     *WML mode
  26.     *XHTML align
  27.     
  28.     Replacement: Use CSS style sheets 
  29. -->
  30. <!ATTLIST %p.qname;
  31.     %att.mode.qname; (wrap | nowrap) #IMPLIED
  32.     align (left | right | center) "left"
  33. >
  34. <!-- 
  35.     table 
  36.     
  37.     *WML align 
  38.     
  39.     Note: The WML align attribute is not the same as the XHTML attribute with the same name.
  40. -->
  41. <!ATTLIST %table.qname;
  42.     %att.align.qname; CDATA #IMPLIED
  43. >
  44. <!-- 
  45.     img 
  46.     
  47.     *XHTML vspace, hspace, align
  48.     
  49.     Replacement: Use CSS style sheets 
  50. -->
  51. <!ATTLIST img
  52.     vspace CDATA "0"
  53.     hspace CDATA "0"
  54.     align (top | middle | bottom) "bottom"
  55. >
  56. <!-- 
  57.     Inline Presentation 
  58.     
  59.     *XHTML  b, big, i, small    
  60.     
  61.     Replacement: Use CSS style sheets 
  62. -->
  63. <!ENTITY % sub.element "IGNORE">
  64. <!ENTITY % sub.attlist "IGNORE">
  65. <!ENTITY % sup.element "IGNORE">
  66. <!ENTITY % sup.attlist "IGNORE">
  67. <!ENTITY % tt.element "IGNORE">
  68. <!ENTITY % tt.attlist "IGNORE">
  69. <!ENTITY % xhtml-inlpres.mod PUBLIC "-//W3C//ELEMENTS XHTML Inline Presentation 1.0//EN"
  70.         "xhtml-inlpres-1.mod">
  71. %xhtml-inlpres.mod;
  72. <!-- 
  73.     u
  74.  
  75.     This element is not available in the XHTML inline presentation module.
  76.     It was deprecated already in HTML 4.0.
  77.     
  78.     Replacement: Use CSS style sheets 
  79. -->
  80. <!ENTITY % u.content "( #PCDATA | %Inline.mix; )*">
  81. <!ENTITY % u.qname "u">
  82. <!ELEMENT %u.qname; %u.content;>
  83. <!ATTLIST %u.qname;
  84.     %Common.attrib; 
  85. >
  86. <!-- 
  87.     meta 
  88.     
  89.     *WML forua attribute
  90. -->
  91. <!ATTLIST %meta.qname;
  92.     %att.forua.qname; %Boolean.datatype; "true"
  93. >
  94. <!--
  95.     html
  96.     
  97.     *WML use-xml-fragment attribute
  98. -->
  99. <!ATTLIST %html.qname;
  100.     %att.usexmlfragment.qname;     %Boolean.datatype; "true"
  101. >
  102.  
  103.  
  104.