home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / wvhtm064.zip / wv.zip / wv / wvWml.xml < prev   
Text File  |  2001-01-16  |  12KB  |  370 lines

  1. <main>
  2. <charentity>
  3. <begin>ABW</begin>
  4. </charentity>
  5.  
  6. <document>
  7. <begin><!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.1//EN"
  8.                         "http://www.phone.com/dtd/wml11.dtd" >
  9. <!--created with <version/>-->
  10. <wml>
  11. <card title="<title/>">
  12. </begin>
  13. <end>
  14. </card>
  15. </wml>
  16. </end>
  17. </document>
  18.  
  19. <section>
  20. <begin>
  21. </begin>
  22. <end>
  23. </end>
  24. </section>
  25.  
  26. <justification>
  27. <left> align="left"</left>
  28. <right> align="right"</right>
  29. <center> align="center"</center>
  30. <!-- wml has no equivalents for these two -->
  31. <block></block>
  32. <asian></asian>
  33. </justification>
  34.  
  35. <numbering>
  36. <Arabic>type="1"</Arabic>
  37. <UpperRoman>type="I"</UpperRoman>
  38. <LowerRoman>type="i"</LowerRoman>
  39. <UpperCaseN>type="A"</UpperCaseN>
  40. <LowerCaseN>type="a"</LowerCaseN>
  41. </numbering>
  42.  
  43. <border>
  44. <noned>none</noned>
  45. <singled>solid</singled>
  46. <thickd>solid</thickd>
  47. <doubled>double</doubled>
  48. <number4d>double</number4d>
  49. <hairlined>solid</hairlined>
  50. <dotd>dotted</dotd>
  51. <dashlargegapd>dashed</dashlargegapd>
  52. <dotdashd>dotted</dotdashd>
  53. <dotdotdashd>dotted</dotdotdashd>
  54. <tripled>double</tripled>
  55. <thin-thicksmallgapd>dashed</thin-thicksmallgapd>
  56. <thick-thinsmallgapd>dashed</thick-thinsmallgapd>
  57. <thin-thick-thinsmallgapd>dashed</thin-thick-thinsmallgapd>
  58. <thin-thickmediumgapd>dashed</thin-thickmediumgapd>
  59. <thick-thinmediumgapd>dashed</thick-thinmediumgapd>
  60. <thin-thick-thinmediumgapd>dashed</thin-thick-thinmediumgapd>
  61. <thin-thicklargegapd>dashed</thin-thicklargegapd>
  62. <thick-thinlargegapd>dashed</thick-thinlargegapd>
  63. <thin-thick-thinlargegapd>dashed</thin-thick-thinlargegapd>
  64. <waved>solid</waved>
  65. <doublewaved>double</doublewaved>
  66. <dashsmallgapd>sashed</dashsmallgapd>
  67. <dashdotstrokedd>dashed</dashdotstrokedd>
  68. <emboss3Dd>ridge</emboss3Dd>
  69. <engrave3Dd>groove</engrave3Dd>
  70. <defaultd>ridge</defaultd>
  71. </border>
  72.  
  73. <!-- WML doesn't support lists -->
  74. <olist>
  75. <begin>
  76. </begin>
  77. <end></end>
  78. </olist>
  79.  
  80. <ulist>
  81. <begin>
  82. </begin>
  83. <end></end>
  84. </ulist>
  85.  
  86. <entry>
  87. <begin></begin>
  88. <end></end>
  89. </entry>
  90.  
  91. <!-- change mode to "wrap" to allow wrapping of text -->
  92. <text>    
  93. <begin><p<just/>></begin>
  94. <end></p>
  95. </end>
  96. </text>
  97.  
  98. <!-- 
  99. this tableoverride option can be used to turn off handling of
  100. these tags in tables, which I find is necessary for at least netscape
  101. -->
  102. <tableoverrides>
  103. <ParaBefore>0</ParaBefore>
  104. <ParaRight>0</ParaRight>
  105. <ParaAfter>0</ParaAfter>
  106. <ParaLeft>0</ParaLeft>
  107. <ParaLeft1>0</ParaLeft1>
  108. <VertMergedCells>0</VertMergedCells>
  109. </tableoverrides>
  110.  
  111. <table>
  112. <begin><table></begin>
  113. <end></table></end>
  114. </table>
  115.  
  116. <row>
  117. <begin><tr></begin>
  118. <end></tr></end>
  119. </row>
  120.  
  121. <cell>
  122. <begin><td></begin>
  123. <end><td></end>
  124. </cell>
  125.  
  126. <paragraph>
  127. <begin><text.begin/></begin>
  128. <!--<p<just/>>-->
  129. <end><text.end/></end>
  130. <!--</p>-->
  131. </paragraph>
  132.  
  133. <!-- these are all the character properties that can show up in word -->
  134. <bold><begin><b></begin><end></b></end></bold>
  135. <italic><begin><i></begin><end></i></end></italic>
  136.  
  137. <!--
  138. text that has been deleted and will be displayed with strikethrough when
  139. revision marked text is to be displayed
  140.  
  141. use either this line...
  142. --> 
  143. <!--
  144. <RMarkDel><begin><c props="text-decoration:line-through"></begin>
  145. <end></c></end>
  146. </RMarkDel>
  147. -->
  148.  
  149. <!--
  150. or uncomment below to make deleted text dissappear (well, become commented out)
  151. -->
  152. <RMarkDel><begin><!--</begin><end>--></end></RMarkDel>
  153.  
  154. <!-- I don't even know what outline means -->
  155. <outline><begin></begin><end></end></outline>
  156. <smallcaps><begin></begin><end></end></smallcaps>
  157. <caps><begin></begin><end></end></caps>
  158. <vanish><begin></begin><end></end></vanish>
  159.  
  160. <!--If you uncomment this then the annotation text links will become commented out by html tags-->
  161. <!--
  162. <vanish><begin><!--</begin><end>--></end></vanish>
  163. -->
  164.  
  165. <!--
  166. text that has been newly typed since the last time revision marks have been accepted
  167. and will be displayed with underline when revision marked text is to be displayed
  168.  
  169. use either this line...
  170. -->
  171. <RMark><begin><u></begin><end></u></end></RMark>
  172.  
  173. <!--
  174. or uncomment below to make the underline dissappear
  175. -->
  176. <!--
  177. <RMark><begin></begin><end></end></RMark>
  178. -->
  179.  
  180. <!-- forgive me for calling strike-through emphasis -->
  181. <strike><begin><em></begin><end></em></end></strike>
  182. <shadow><begin></begin><end></end></shadow>
  183. <lowercase><begin></begin><end></end></lowercase>
  184. <emboss><begin></begin><end></end></emboss>
  185. <imprint><begin></begin><end></end></imprint>
  186. <!--double strike-->
  187. <dstrike><begin><em></begin><end></em></end></dstrike>
  188.  
  189. <!--
  190. ftc's
  191. &
  192. hps
  193.  
  194. keep them for font face and do that later.
  195. -->
  196. <!-- I'm doing superscript as "big" and subscript as "small" -->
  197. <super><begin><big></begin><end></big></end></super>
  198. <sub><begin><small></begin><end></small></end></sub>
  199.  
  200. <singleu><begin><u></begin><end></u></end></singleu>
  201. <wordu><begin><u></begin><end></u></end></wordu>
  202. <doubleu><begin><u></begin><end></u></end></doubleu>
  203. <dottedu><begin><u></begin><end></u></end></dottedu>
  204. <hiddenu><begin><u></begin><end></u></end></hiddenu>
  205. <thicku><begin><u></begin><end></u></end></thicku>
  206. <dashu><begin><u></begin><end></u></end></dashu>
  207. <dotu><begin><u></begin><end></u></end></dotu>
  208. <dotdashu><begin><u></begin><end></u></end></dotdashu>
  209. <dotdotdashu><begin><u></begin><end></u></end></dotdotdashu>
  210. <waveu><begin><u></begin><end></u></end></waveu>
  211.  
  212. <!--
  213. text whose properties have been changed since the last time revision marks have been accepted
  214. and will be displayed with a note showing the change points.
  215.  
  216. use either this line (which admit it a bit scary looking, but harmless)...
  217. --> 
  218. <PropRMark><begin><!-- author<ibstPropRMark/>--></begin><end></end></PropRMark>
  219.  
  220. <!--
  221. or uncomment below to make the notes dissappear
  222. -->
  223. <!--
  224. <PropRMark><begin></begin><end></end></PropRMark>
  225. -->
  226.  
  227. <!--
  228. <color>
  229. -->
  230. <Black><begin>000000</begin><end></end></Black>
  231. <Blue><begin>0000ff</begin><end></end></Blue>
  232. <Cyan><begin>008080</begin><end></end></Cyan>
  233. <Green><begin>008000</begin><end></end></Green>
  234. <Magenta><begin>ff00ff</begin><end></end></Magenta>
  235. <Red><begin>ff0000</begin><end></end></Red>
  236. <Yellow><begin>ffff00</begin><end></end></Yellow>
  237. <White><begin>ffffff</begin><end></end></White>
  238. <DkBlue><begin>000080</begin><end></end></DkBlue>
  239. <DkCyan><begin>008080</begin><end></end></DkCyan>
  240. <DkGreen><begin>008000</begin><end></end></DkGreen>
  241. <DkMagenta><begin>ff00ff</begin><end></end></DkMagenta>
  242. <DkRed><begin>800000</begin><end></end></DkRed>
  243. <DkYellow><begin>8b8b00</begin><end></end></DkYellow>
  244. <DkGray><begin>808080</begin><end></end></DkGray>
  245. <LtGray><begin>c0c0c0</begin><end></end></LtGray>
  246. <!--
  247. </color>
  248. -->
  249.  
  250. <!--
  251. <animation>
  252. -->
  253. <LasVegas><begin></begin><end></end></LasVegas>
  254. <BackgroundBlink><begin></begin><end></end></BackgroundBlink>
  255. <SparkleText><begin></begin><end></end></SparkleText>
  256. <MarchingAnts><begin></begin><end></end></MarchingAnts>
  257. <MarchingRedAnts><begin></begin><end></end></MarchingRedAnts>
  258. <Shimmer><begin></begin><end></end></Shimmer>
  259. <!--
  260. </animation>
  261. -->
  262.  
  263. <!--
  264. I dont understand what this one is, and ive never come across it
  265.  
  266. use this sample line (which admit it a bit scary looking, but harmless)...
  267. -->
  268. <DispFldRMark><begin></begin><end></end></DispFldRMark>
  269.  
  270. <!--
  271. or uncomment below to ignore it, the previous might even crash wv ?
  272. -->
  273. <!--
  274. <DispFldRMark><begin></begin><end></end></DispFldRMark>
  275. -->
  276.  
  277. <animation>
  278. <begin><LasVegas.begin/><BackgroundBlink.begin/><SparkleText.begin/><MarchingAnts.begin/><MarchingRedAnts.begin/><Shimmer.begin/></begin>
  279. <end><Shimmer.end/><MarchingRedAnts.end/><MarchingAnts.end/><SparkleText.end/><BackgroundBlink.end/><LasVegas.end/></end>
  280. </animation>
  281.  
  282. <!-- nothing resembling fonts in WML :) -->
  283. <fontstr>
  284. <begin><black.begin/><blue.begin/><cyan.begin/><green.begin/><magenta.begin/><red.begin/><yellow.begin/><white.begin/><dkblue.begin/><dkcyan.begin/><dkgreen.begin/><dkmagenta.begin/><dkred.begin/><dkyellow.begin/><dkgray.begin/><ltgray.begin/></begin>
  285. <end><ltgray.end/><dkgray.end/><dkyellow.end/><dkred.end/><dkmagenta.end/><dkgreen.end/><dkcyan.end/><dkblue.end/><white.end/><yellow.end/><red.end/><magenta.end/><green.end/><cyan.end/><blue.end/><black.end/></end>
  286. </fontstr>
  287.  
  288. <comment>
  289. <begin>
  290. <!--#comment<ibstAnno/>-->
  291. </begin>
  292. <end>
  293. </end>
  294. </comment>
  295.  
  296. <style name="Normal">
  297. <character>
  298. <begin><PropRMark.begin/><DispFldRMark.begin/><animation.begin/><fontstr.begin/><bold.begin/><italic.begin/><strike.begin/><RMarkDel.begin/><outline.begin/><smallcaps.begin/><caps.begin/><vanish.begin/><RMark.begin/><shadow.begin/><lowercase.begin/><emboss.begin/><imprint.begin/><dstrike.begin/><super.begin/><sub.begin/><singleu.begin/><wordu.begin/><doubleu.begin/><dottedu.begin/><hiddenu.begin/><thicku.begin/><dashu.begin/><dotu.begin/><dotdashu.begin/><dotdotdashu.begin/><waveu.begin/></begin>
  299. <end><waveu.end/><dotdotdashu.end/><dotdashu.end/><dotu.end/><dashu.end/><thicku.end/><hiddenu.end/><dottedu.end/><doubleu.end/><wordu.end/><singleu.end/><sub.end/><super.end/><dstrike.end/><imprint.end/><emboss.end/><lowercase.end/><shadow.end/><RMark.end/><vanish.end/><caps.end/><smallcaps.end/><outline.end/><RMarkDel.end/><strike.end/><italic.end/><bold.end/><fontstr.end/><animation.end/><DispFldRMark.end/><PropRMark.end/></end>
  300. </character>
  301.  
  302. <!-- Netscape does handle this correctly yet, here is how each different side of the border should work.
  303. border-top: thin <bordertopstyle/> <bordertopcolor/>;
  304. border-left: thin <borderleftstyle/> <borderleftcolor/>;
  305. border-right: thin <borderrightstyle/> <borderrightcolor/>;
  306. border-bottom: thin <borderbottomstyle/> <borderbottomcolor/>
  307. -->
  308.  
  309.  
  310. <pmargin>
  311. <begin><!-- <mmParaBefore/> <mmParaRight/> <mmParaAfter/> <mmParaLeft/>;--></begin>
  312. </pmargin>
  313.  
  314. <pborder>
  315. <begin>
  316. <!--
  317. border: thin <borderleftstyle/> <borderleftcolor/>;
  318. border-top: thin <bordertopstyle/> <bordertopcolor/>;
  319. border-left: thin <borderleftstyle/> <borderleftcolor/>;
  320. border-right: thin <borderrightstyle/> <borderrightcolor/>;
  321. border-bottom: thin <borderbottomstyle/> <borderbottomcolor/>
  322. -->
  323. </begin>
  324. </pborder>
  325.  
  326. <picture>
  327. <begin>
  328. </begin>
  329. <!-- images are lacking for now -->
  330.  
  331. </picture>
  332.  
  333. </style>
  334.  
  335. <!--we need to be override the character properties-->
  336. <!--
  337. <style name="Normal">
  338. <character>
  339. <begin><PropRMark.begin/><DispFldRMark.begin/><animation.begin/><fontstr.begin/><bold.begin/><italic.begin/><strike.begin/><RMarkDel.begin/><outline.begin/><smallcaps.begin/><caps.begin/><vanish.begin/><RMark.begin/><shadow.begin/><lowercase.begin/><emboss.begin/><imprint.begin/><dstrike.begin/><super.begin/><sub.begin/><singleu.begin/><wordu.begin/><doubleu.begin/><dottedu.begin/><hiddenu.begin/><thicku.begin/><dashu.begin/><dotu.begin/><dotdashu.begin/><dotdotdashu.begin/><waveu.begin/></begin>
  340. <end><waveu.end/><dotdotdashu.end/><dotdashu.end/><dotu.end/><dashu.end/><thicku.end/><hiddenu.end/><dottedu.end/><doubleu.end/><wordu.end/><singleu.end/><sub.end/><super.end/><dstrike.end/><imprint.end/><emboss.end/><lowercase.end/><shadow.end/><RMark.end/><vanish.end/><caps.end/><smallcaps.end/><outline.end/><RMarkDel.end/><strike.end/><italic.end/><bold.end/><fontstr.end/><animation.end/><DispFldRMark.end/><PropRMark.end/></end>
  341. </character>
  342.  
  343. <text>    
  344. <begin>
  345. <p<just/>></begin>
  346. <end></p></end>
  347. </text>
  348.  
  349. </style>
  350.  
  351. <style name="Heading 1">
  352.  
  353. <character>
  354. <begin></begin>
  355. <end></end>
  356. </character>
  357.  
  358. <text>    
  359. <begin><p<just/>></begin>
  360. <end></p>
  361. </end>
  362. </text>
  363.  
  364.  
  365.  
  366. </style>
  367. -->
  368.  
  369. </main>
  370.