PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Main/Source/HtmlToMaml/Doc/Content/ConversionRules/ConversionRulesElements/Remove.aml

#
Unknown | 73 lines | 69 code | 4 blank | 0 comment | 0 complexity | f4399bd62d718c6c77092ea788ee4001 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <topic id="5C35957F-DADF-4965-9FB9-18AF0C6A77E7" revisionNumber="1">
  3. <developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
  4. <introduction>
  5. <para>This section defines HTML elements that must be removed from the
  6. converted topics because they lack a MAML equivalent.</para>
  7. </introduction>
  8. <section>
  9. <title>Rule Processing</title>
  10. <content>
  11. <para>Certain HTML elements have no MAML equivalent and serve no purpose
  12. if they appear outside of an element handled by the
  13. <link xlink:href="15DDCEEF-EB8C-4eed-8EE3-830ECFDBCD82">markup wrapper</link>
  14. rules. In such cases, these elements are simply removed. Any text within
  15. the elements will appear in the topic as normal text.</para>
  16. <para>The entries consist of <codeInline>Tag</codeInline> elements with a
  17. <codeInline>name</codeInline> attribute that defines the HTML element to be
  18. removed.</para>
  19. <alert class="note">
  20. <para>All name values are matched case-insensitively.</para>
  21. </alert>
  22. <code lang="xml" title="Remove Entries">
  23. &lt;Remove&gt;
  24. &lt;Tag name=&quot;area&quot; /&gt;
  25. &lt;Tag name=&quot;base&quot; /&gt;
  26. &lt;Tag name=&quot;basefont&quot; /&gt;
  27. &lt;Tag name=&quot;bdo&quot; /&gt;
  28. &lt;Tag name=&quot;blink&quot; /&gt;
  29. &lt;Tag name=&quot;center&quot; /&gt;
  30. &lt;Tag name=&quot;col&quot; /&gt;
  31. &lt;Tag name=&quot;colgroup&quot; /&gt;
  32. &lt;Tag name=&quot;del&quot; /&gt;
  33. &lt;Tag name=&quot;font&quot; /&gt;
  34. &lt;Tag name=&quot;frame&quot; /&gt;
  35. &lt;Tag name=&quot;include&quot; /&gt;
  36. &lt;Tag name=&quot;ins&quot; /&gt;
  37. &lt;Tag name=&quot;isindex&quot; /&gt;
  38. &lt;Tag name=&quot;keygen&quot; /&gt;
  39. &lt;Tag name=&quot;legend&quot; /&gt;
  40. &lt;Tag name=&quot;link&quot; /&gt;
  41. &lt;Tag name=&quot;marquee&quot; /&gt;
  42. &lt;Tag name=&quot;meta&quot; /&gt;
  43. &lt;Tag name=&quot;multicol&quot; /&gt;
  44. &lt;Tag name=&quot;nextid&quot; /&gt;
  45. &lt;Tag name=&quot;nobr&quot; /&gt;
  46. &lt;Tag name=&quot;noframes&quot; /&gt;
  47. &lt;Tag name=&quot;optgroup&quot; /&gt;
  48. &lt;Tag name=&quot;option&quot; /&gt;
  49. &lt;Tag name=&quot;param&quot; /&gt;
  50. &lt;Tag name=&quot;plaintext&quot; /&gt;
  51. &lt;Tag name=&quot;rt&quot; /&gt;
  52. &lt;Tag name=&quot;ruby&quot; /&gt;
  53. &lt;Tag name=&quot;s&quot; /&gt;
  54. &lt;Tag name=&quot;spacer&quot; /&gt;
  55. &lt;Tag name=&quot;strike&quot; /&gt;
  56. &lt;Tag name=&quot;style&quot; /&gt;
  57. &lt;Tag name=&quot;tbody&quot; /&gt;
  58. &lt;Tag name=&quot;tfoot&quot; /&gt;
  59. &lt;Tag name=&quot;wbr&quot; /&gt;
  60. &lt;/Remove&gt;
  61. </code>
  62. </content>
  63. </section>
  64. <relatedTopics>
  65. <link xlink:href="dcded896-51a7-4af4-b1dc-9a41193210cc" />
  66. <link xlink:href="1BA74307-2C62-40a9-AA25-3B25DFB1C1C6" />
  67. </relatedTopics>
  68. </developerConceptualDocument>
  69. </topic>