plug-ins.ditamap 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <map>
  5. <title>Creating DITA-OT plug-ins</title>
  6. <topicref keyref="custom-plugins">
  7. <topicref keyref="plugins-installing"/>
  8. <topicref keyref="plugins-removing"/>
  9. <topicref keyref="plugin-configfile"/>
  10. <topicref keyref="plugin-dependencies"/>
  11. <topicref keyref="plugin-applications">
  12. <topicref keyref="plugin-xmlcatalog"/>
  13. <topicref keyref="plugin-anttarget"/>
  14. <topicref keyref="plugin-antpreprocess"/>
  15. <topicref keyref="plugin-newtranstype"/>
  16. <topicref keyref="plugin-overridestyle"/>
  17. <topicref keyref="using-plugin-URI-extension"/>
  18. <topicref keyref="plugin-xsltparams"/>
  19. <topicref keyref="plugin-javalib"/>
  20. <topicref keyref="plugin-messages"/>
  21. <topicref keyref="plugin-newextensions"/>
  22. </topicref>
  23. <topicref keyref="plugin-sample"/>
  24. <topicref keyref="plugin-best-practices"/>
  25. </topicref>
  26. <reltable>
  27. <title>Source and target links</title>
  28. <relheader>
  29. <relcolspec linking="sourceonly"/>
  30. <relcolspec linking="targetonly"/>
  31. </relheader>
  32. <relrow>
  33. <relcell>
  34. <topicref keyref="plugin-xmlcatalog"/>
  35. </relcell>
  36. <relcell>
  37. <topicref keyref="plugin-extension-points-general"/>
  38. </relcell>
  39. </relrow>
  40. <relrow>
  41. <relcell>
  42. <topicref keyref="plugin-anttarget"/>
  43. </relcell>
  44. <relcell>
  45. <topicref keyref="plugin-extension-points-general"/>
  46. </relcell>
  47. </relrow>
  48. <relrow>
  49. <relcell>
  50. <topicref keyref="plugin-antpreprocess"/>
  51. </relcell>
  52. <relcell>
  53. <topicref keyref="plugin-extension-points-pre-processing"/>
  54. </relcell>
  55. </relrow>
  56. <relrow>
  57. <relcell>
  58. <topicref keyref="plugin-newtranstype"/>
  59. </relcell>
  60. <relcell>
  61. <topicref keyref="plugin-extension-points-general"/>
  62. </relcell>
  63. </relrow>
  64. <relrow>
  65. <relcell>
  66. <topicref keyref="plugin-overridestyle"/>
  67. </relcell>
  68. <relcell>
  69. <topicref keyref="plugin-extension-points-xslt-import"/>
  70. </relcell>
  71. </relrow>
  72. <relrow>
  73. <relcell>
  74. <topicref keyref="plugin-xsltparams"/>
  75. </relcell>
  76. <relcell>
  77. <topicref keyref="plugin-extension-points-xslt-parameters"/>
  78. </relcell>
  79. </relrow>
  80. <relrow>
  81. <relcell>
  82. <topicref keyref="plugin-javalib"/>
  83. </relcell>
  84. <relcell>
  85. <topicref keyref="plugin-extension-points-general"/>
  86. </relcell>
  87. </relrow>
  88. <relrow>
  89. <relcell>
  90. <topicref keyref="plugin-messages"/>
  91. </relcell>
  92. <relcell>
  93. <topicref keyref="plugin-extension-points-general"/>
  94. </relcell>
  95. </relrow>
  96. <relrow>
  97. <relcell>
  98. <topicref keyref="plugin-configfile"/>
  99. </relcell>
  100. <relcell>
  101. <topicref keyref="plugin-newextensions"/>
  102. </relcell>
  103. </relrow>
  104. </reltable>
  105. </map>