xml_jats_resolver 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/dtd/atypon/3.0.1/dtd/XHTMLtablesetup3.ent +284 -0
  4. data/lib/dtd/atypon/3.0.1/dtd/annotation3.ent +266 -0
  5. data/lib/dtd/atypon/3.0.1/dtd/articlemeta3.ent +1368 -0
  6. data/lib/dtd/atypon/3.0.1/dtd/atypon-archivearticle3.dtd +636 -0
  7. data/lib/dtd/atypon/3.0.1/dtd/atypon-archivecustom-classes3.ent +178 -0
  8. data/lib/dtd/atypon/3.0.1/dtd/atypon-archivecustom-mixes3.ent +253 -0
  9. data/lib/dtd/atypon/3.0.1/dtd/atypon-archivecustom-models3.ent +987 -0
  10. data/lib/dtd/atypon/3.0.1/dtd/atypon-archivecustom-modules3.ent +140 -0
  11. data/lib/dtd/atypon/3.0.1/dtd/atypon-elements.ent +207 -0
  12. data/lib/dtd/atypon/3.0.1/dtd/backmatter3.ent +275 -0
  13. data/lib/dtd/atypon/3.0.1/dtd/base-test3.dtd +714 -0
  14. data/lib/dtd/atypon/3.0.1/dtd/catalog-v3.xml +618 -0
  15. data/lib/dtd/atypon/3.0.1/dtd/catalog.ent +163 -0
  16. data/lib/dtd/atypon/3.0.1/dtd/chars3.ent +365 -0
  17. data/lib/dtd/atypon/3.0.1/dtd/common3.ent +2771 -0
  18. data/lib/dtd/atypon/3.0.1/dtd/default-classes3.ent +785 -0
  19. data/lib/dtd/atypon/3.0.1/dtd/default-mixes3.ent +292 -0
  20. data/lib/dtd/atypon/3.0.1/dtd/display3.ent +799 -0
  21. data/lib/dtd/atypon/3.0.1/dtd/format3.ent +384 -0
  22. data/lib/dtd/atypon/3.0.1/dtd/funding3.ent +342 -0
  23. data/lib/dtd/atypon/3.0.1/dtd/htmltable.dtd +334 -0
  24. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isobox.ent +61 -0
  25. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isocyr1.ent +88 -0
  26. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isocyr2.ent +47 -0
  27. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isodia.ent +35 -0
  28. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isolat1.ent +83 -0
  29. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isolat2.ent +142 -0
  30. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isonum.ent +97 -0
  31. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isopub.ent +105 -0
  32. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamsa.ent +167 -0
  33. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamsb.ent +143 -0
  34. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamsc.ent +43 -0
  35. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamsn.ent +114 -0
  36. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamso.ent +73 -0
  37. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamsr.ent +204 -0
  38. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isogrk3.ent +64 -0
  39. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isomfrk.ent +75 -0
  40. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isomopf.ent +49 -0
  41. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isomscr.ent +75 -0
  42. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isotech.ent +182 -0
  43. data/lib/dtd/atypon/3.0.1/dtd/issuexml.dtd +262 -0
  44. data/lib/dtd/atypon/3.0.1/dtd/journalmeta3.ent +278 -0
  45. data/lib/dtd/atypon/3.0.1/dtd/link3.ent +301 -0
  46. data/lib/dtd/atypon/3.0.1/dtd/list3.ent +314 -0
  47. data/lib/dtd/atypon/3.0.1/dtd/math3.ent +269 -0
  48. data/lib/dtd/atypon/3.0.1/dtd/mathml/mmlalias.ent +564 -0
  49. data/lib/dtd/atypon/3.0.1/dtd/mathml/mmlextra.ent +122 -0
  50. data/lib/dtd/atypon/3.0.1/dtd/mathml2-qname-1.mod +286 -0
  51. data/lib/dtd/atypon/3.0.1/dtd/mathml2.dtd +2206 -0
  52. data/lib/dtd/atypon/3.0.1/dtd/mathmlsetup3.ent +238 -0
  53. data/lib/dtd/atypon/3.0.1/dtd/modules3.ent +414 -0
  54. data/lib/dtd/atypon/3.0.1/dtd/nlmcitation3.ent +120 -0
  55. data/lib/dtd/atypon/3.0.1/dtd/notat3.ent +164 -0
  56. data/lib/dtd/atypon/3.0.1/dtd/oasis-exchange.ent +387 -0
  57. data/lib/dtd/atypon/3.0.1/dtd/oasis-tablesetup3.ent +261 -0
  58. data/lib/dtd/atypon/3.0.1/dtd/para3.ent +354 -0
  59. data/lib/dtd/atypon/3.0.1/dtd/phrase3.ent +332 -0
  60. data/lib/dtd/atypon/3.0.1/dtd/references3.ent +758 -0
  61. data/lib/dtd/atypon/3.0.1/dtd/related-object3.ent +130 -0
  62. data/lib/dtd/atypon/3.0.1/dtd/section3.ent +198 -0
  63. data/lib/dtd/atypon/3.0.1/dtd/xhtml-inlstyle-1.mod +34 -0
  64. data/lib/dtd/atypon/3.0.1/dtd/xhtml-table-1.mod +333 -0
  65. data/lib/dtd/atypon/3.0.1/dtd/xmlchars/isogrk1.ent +70 -0
  66. data/lib/dtd/atypon/3.0.1/dtd/xmlchars/isogrk2.ent +41 -0
  67. data/lib/dtd/atypon/3.0.1/dtd/xmlchars/isogrk4.ent +66 -0
  68. data/lib/dtd/atypon/3.0.1/dtd/xmlspecchars3.ent +300 -0
  69. data/lib/dtd/atypon/3.0.4/dtd/XHTMLtablesetup3.ent +284 -0
  70. data/lib/dtd/atypon/3.0.4/dtd/annotation3.ent +266 -0
  71. data/lib/dtd/atypon/3.0.4/dtd/articlemeta3.ent +1368 -0
  72. data/lib/dtd/atypon/3.0.4/dtd/atypon-archivearticle3.dtd +645 -0
  73. data/lib/dtd/atypon/3.0.4/dtd/atypon-archivecustom-classes3.ent +178 -0
  74. data/lib/dtd/atypon/3.0.4/dtd/atypon-archivecustom-mixes3.ent +253 -0
  75. data/lib/dtd/atypon/3.0.4/dtd/atypon-archivecustom-models3.ent +996 -0
  76. data/lib/dtd/atypon/3.0.4/dtd/atypon-archivecustom-modules3.ent +140 -0
  77. data/lib/dtd/atypon/3.0.4/dtd/atypon-elements.ent +201 -0
  78. data/lib/dtd/atypon/3.0.4/dtd/backmatter3.ent +275 -0
  79. data/lib/dtd/atypon/3.0.4/dtd/base-test3.dtd +714 -0
  80. data/lib/dtd/atypon/3.0.4/dtd/catalog-v3.xml +618 -0
  81. data/lib/dtd/atypon/3.0.4/dtd/catalog.ent +98 -0
  82. data/lib/dtd/atypon/3.0.4/dtd/chars3.ent +365 -0
  83. data/lib/dtd/atypon/3.0.4/dtd/common3.ent +2771 -0
  84. data/lib/dtd/atypon/3.0.4/dtd/default-classes3.ent +785 -0
  85. data/lib/dtd/atypon/3.0.4/dtd/default-mixes3.ent +292 -0
  86. data/lib/dtd/atypon/3.0.4/dtd/display3.ent +799 -0
  87. data/lib/dtd/atypon/3.0.4/dtd/format3.ent +384 -0
  88. data/lib/dtd/atypon/3.0.4/dtd/funding3.ent +342 -0
  89. data/lib/dtd/atypon/3.0.4/dtd/htmltable.dtd +334 -0
  90. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isobox.ent +61 -0
  91. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isocyr1.ent +88 -0
  92. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isocyr2.ent +47 -0
  93. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isodia.ent +35 -0
  94. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isolat1.ent +83 -0
  95. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isolat2.ent +142 -0
  96. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isonum.ent +97 -0
  97. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isopub.ent +105 -0
  98. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamsa.ent +167 -0
  99. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamsb.ent +143 -0
  100. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamsc.ent +43 -0
  101. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamsn.ent +114 -0
  102. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamso.ent +73 -0
  103. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamsr.ent +204 -0
  104. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isogrk3.ent +64 -0
  105. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isomfrk.ent +75 -0
  106. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isomopf.ent +49 -0
  107. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isomscr.ent +75 -0
  108. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isotech.ent +182 -0
  109. data/lib/dtd/atypon/3.0.4/dtd/issuexml.dtd +266 -0
  110. data/lib/dtd/atypon/3.0.4/dtd/journalmeta3.ent +278 -0
  111. data/lib/dtd/atypon/3.0.4/dtd/link3.ent +301 -0
  112. data/lib/dtd/atypon/3.0.4/dtd/list3.ent +314 -0
  113. data/lib/dtd/atypon/3.0.4/dtd/math3.ent +269 -0
  114. data/lib/dtd/atypon/3.0.4/dtd/mathml/mmlalias.ent +564 -0
  115. data/lib/dtd/atypon/3.0.4/dtd/mathml/mmlextra.ent +122 -0
  116. data/lib/dtd/atypon/3.0.4/dtd/mathml2-qname-1.mod +286 -0
  117. data/lib/dtd/atypon/3.0.4/dtd/mathml2.dtd +2206 -0
  118. data/lib/dtd/atypon/3.0.4/dtd/mathmlsetup3.ent +238 -0
  119. data/lib/dtd/atypon/3.0.4/dtd/modules3.ent +414 -0
  120. data/lib/dtd/atypon/3.0.4/dtd/nlmcitation3.ent +120 -0
  121. data/lib/dtd/atypon/3.0.4/dtd/notat3.ent +164 -0
  122. data/lib/dtd/atypon/3.0.4/dtd/oasis-exchange.ent +387 -0
  123. data/lib/dtd/atypon/3.0.4/dtd/oasis-tablesetup3.ent +261 -0
  124. data/lib/dtd/atypon/3.0.4/dtd/para3.ent +354 -0
  125. data/lib/dtd/atypon/3.0.4/dtd/phrase3.ent +332 -0
  126. data/lib/dtd/atypon/3.0.4/dtd/references3.ent +758 -0
  127. data/lib/dtd/atypon/3.0.4/dtd/related-object3.ent +130 -0
  128. data/lib/dtd/atypon/3.0.4/dtd/section3.ent +198 -0
  129. data/lib/dtd/atypon/3.0.4/dtd/xhtml-inlstyle-1.mod +34 -0
  130. data/lib/dtd/atypon/3.0.4/dtd/xhtml-table-1.mod +333 -0
  131. data/lib/dtd/atypon/3.0.4/dtd/xmlchars/isogrk1.ent +70 -0
  132. data/lib/dtd/atypon/3.0.4/dtd/xmlchars/isogrk2.ent +41 -0
  133. data/lib/dtd/atypon/3.0.4/dtd/xmlchars/isogrk4.ent +66 -0
  134. data/lib/dtd/atypon/3.0.4/dtd/xmlspecchars3.ent +300 -0
  135. data/lib/dtd/atypon/3.0.5/dtd/XHTMLtablesetup3.ent +284 -0
  136. data/lib/dtd/atypon/3.0.5/dtd/annotation3.ent +266 -0
  137. data/lib/dtd/atypon/3.0.5/dtd/articlemeta3.ent +1368 -0
  138. data/lib/dtd/atypon/3.0.5/dtd/atypon-archivearticle3.dtd +645 -0
  139. data/lib/dtd/atypon/3.0.5/dtd/atypon-archivecustom-classes3.ent +178 -0
  140. data/lib/dtd/atypon/3.0.5/dtd/atypon-archivecustom-mixes3.ent +253 -0
  141. data/lib/dtd/atypon/3.0.5/dtd/atypon-archivecustom-models3.ent +996 -0
  142. data/lib/dtd/atypon/3.0.5/dtd/atypon-archivecustom-modules3.ent +140 -0
  143. data/lib/dtd/atypon/3.0.5/dtd/atypon-elements.ent +201 -0
  144. data/lib/dtd/atypon/3.0.5/dtd/backmatter3.ent +275 -0
  145. data/lib/dtd/atypon/3.0.5/dtd/base-test3.dtd +714 -0
  146. data/lib/dtd/atypon/3.0.5/dtd/catalog-v3.xml +618 -0
  147. data/lib/dtd/atypon/3.0.5/dtd/catalog.ent +98 -0
  148. data/lib/dtd/atypon/3.0.5/dtd/chars3.ent +365 -0
  149. data/lib/dtd/atypon/3.0.5/dtd/common3.ent +2771 -0
  150. data/lib/dtd/atypon/3.0.5/dtd/default-classes3.ent +785 -0
  151. data/lib/dtd/atypon/3.0.5/dtd/default-mixes3.ent +292 -0
  152. data/lib/dtd/atypon/3.0.5/dtd/display3.ent +799 -0
  153. data/lib/dtd/atypon/3.0.5/dtd/format3.ent +384 -0
  154. data/lib/dtd/atypon/3.0.5/dtd/funding3.ent +342 -0
  155. data/lib/dtd/atypon/3.0.5/dtd/htmltable.dtd +334 -0
  156. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isobox.ent +61 -0
  157. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isocyr1.ent +88 -0
  158. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isocyr2.ent +47 -0
  159. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isodia.ent +35 -0
  160. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isolat1.ent +83 -0
  161. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isolat2.ent +142 -0
  162. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isonum.ent +97 -0
  163. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isopub.ent +105 -0
  164. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamsa.ent +167 -0
  165. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamsb.ent +143 -0
  166. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamsc.ent +43 -0
  167. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamsn.ent +114 -0
  168. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamso.ent +73 -0
  169. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamsr.ent +204 -0
  170. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isogrk3.ent +64 -0
  171. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isomfrk.ent +75 -0
  172. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isomopf.ent +49 -0
  173. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isomscr.ent +75 -0
  174. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isotech.ent +182 -0
  175. data/lib/dtd/atypon/3.0.5/dtd/issuexml.dtd +262 -0
  176. data/lib/dtd/atypon/3.0.5/dtd/journalmeta3.ent +278 -0
  177. data/lib/dtd/atypon/3.0.5/dtd/link3.ent +301 -0
  178. data/lib/dtd/atypon/3.0.5/dtd/list3.ent +314 -0
  179. data/lib/dtd/atypon/3.0.5/dtd/math3.ent +269 -0
  180. data/lib/dtd/atypon/3.0.5/dtd/mathml/mmlalias.ent +564 -0
  181. data/lib/dtd/atypon/3.0.5/dtd/mathml/mmlextra.ent +122 -0
  182. data/lib/dtd/atypon/3.0.5/dtd/mathml2-qname-1.mod +286 -0
  183. data/lib/dtd/atypon/3.0.5/dtd/mathml2.dtd +2206 -0
  184. data/lib/dtd/atypon/3.0.5/dtd/mathmlsetup3.ent +238 -0
  185. data/lib/dtd/atypon/3.0.5/dtd/modules3.ent +414 -0
  186. data/lib/dtd/atypon/3.0.5/dtd/nlmcitation3.ent +120 -0
  187. data/lib/dtd/atypon/3.0.5/dtd/notat3.ent +164 -0
  188. data/lib/dtd/atypon/3.0.5/dtd/oasis-exchange.ent +387 -0
  189. data/lib/dtd/atypon/3.0.5/dtd/oasis-tablesetup3.ent +261 -0
  190. data/lib/dtd/atypon/3.0.5/dtd/para3.ent +354 -0
  191. data/lib/dtd/atypon/3.0.5/dtd/phrase3.ent +332 -0
  192. data/lib/dtd/atypon/3.0.5/dtd/references3.ent +758 -0
  193. data/lib/dtd/atypon/3.0.5/dtd/related-object3.ent +130 -0
  194. data/lib/dtd/atypon/3.0.5/dtd/section3.ent +198 -0
  195. data/lib/dtd/atypon/3.0.5/dtd/xhtml-inlstyle-1.mod +34 -0
  196. data/lib/dtd/atypon/3.0.5/dtd/xhtml-table-1.mod +333 -0
  197. data/lib/dtd/atypon/3.0.5/dtd/xmlchars/isogrk1.ent +70 -0
  198. data/lib/dtd/atypon/3.0.5/dtd/xmlchars/isogrk2.ent +41 -0
  199. data/lib/dtd/atypon/3.0.5/dtd/xmlchars/isogrk4.ent +66 -0
  200. data/lib/dtd/atypon/3.0.5/dtd/xmlspecchars3.ent +300 -0
  201. data/lib/xml_jats_resolver.rb +3 -0
  202. data/xml_jats_resolver.gemspec +1 -1
  203. metadata +200 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1031a9b40e18e271725bca12c2db02adc7f05274
4
- data.tar.gz: 79b11af60a0820fd15bd679e858c0d22d132d87f
3
+ metadata.gz: 62244cd31ccad422a865e9d0930bac307793096a
4
+ data.tar.gz: 932f026be290c7e61d84ac9c1c92d92cece57513
5
5
  SHA512:
6
- metadata.gz: '08020dba8bca73a9937aa6284e041b8702f879f773ff23ca8182851b086f6a36561d8649678db4e71286ae83d82f372b1140e68616383677a4a19d79287637ce'
7
- data.tar.gz: bb1928bc28b8e1594fe71a03319583a514554b142880da1067da9899d257099251034a3a5854fb5179607966171a21001108e8b61df1d6a743eb7f853841b445
6
+ metadata.gz: d5f52c9d5ed468b5d2701df8d0eafec54c9345cc53773db957bf0287e8f6efdfbc9c7c876e0f46ffccb54892f79d2a40180cc015d5c39fd1adccd3ce1fd00640
7
+ data.tar.gz: 7e174c2dad33b32be8d8ee32d9b1298823cb5c9c9c9d721eae178b6f3ea9687ead46683903da97adc1b7e01985b01c8782c5f2d364c33787b51b867ceb456549
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.2.0
2
+
3
+ * Add Atypon DTDs: 3.0.1, 3.0.4 and 3.0.5
4
+
1
5
  ## 0.1.0
2
6
 
3
7
  * Initial project to resolve DTD with XMLs
@@ -0,0 +1,284 @@
1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: XHTML Table Setup Module -->
3
+ <!-- VERSION: 3.0.1 -->
4
+ <!-- DATE: Apr 2009 -->
5
+ <!-- -->
6
+ <!-- ============================================================= -->
7
+
8
+ <!-- ============================================================= -->
9
+ <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
10
+ <!-- TYPICAL INVOCATION -->
11
+ <!--
12
+ "-//Atypon//DTD Atypon Systems Archival NLM DTD XHTML Table Setup Module v3.0.1 20100714//EN"
13
+ Delivered as file "XHTMLtablesetup3.ent" -->
14
+ <!-- ============================================================= -->
15
+
16
+ <!-- ============================================================= -->
17
+ <!-- SYSTEM: Archiving and Interchange DTD Suite -->
18
+ <!-- -->
19
+ <!-- PURPOSE: Provides the organization for using the XHTML 1.1 -->
20
+ <!-- table model -->
21
+ <!-- -->
22
+ <!-- CONTAINS: 1) Invokes the inline style attribute module -->
23
+ <!-- to pick up the "style" attribute -->
24
+ <!-- 2) Overrides to standard parameter entities used -->
25
+ <!-- in the XHTML 1.1 table model -->
26
+ <!-- 3) Invokes the XHTML 1.1 table model -->
27
+ <!-- -->
28
+ <!-- MODULES REQUIRED: -->
29
+ <!-- 1) XHTML inline style module -->
30
+ <!-- (-%xhtml-inlstyle-1.mod;) -->
31
+ <!-- 2) XHTML 1.1 table model (-%xhtml-table-1.mod;) -->
32
+ <!-- -->
33
+ <!-- CREATED FOR: -->
34
+ <!-- Digital archives and publishers who wish to -->
35
+ <!-- create a custom XML DTD for original markup of -->
36
+ <!-- journal literature, books, and related material, -->
37
+ <!-- or for archiving and transferring such material -->
38
+ <!-- between archives. -->
39
+ <!-- -->
40
+ <!-- This DTD is in the public domain. An organization -->
41
+ <!-- that wishes to create its own DTD from the suite -->
42
+ <!-- may do so without permission from NLM. -->
43
+ <!-- -->
44
+ <!-- The suite has been set up to be extended using a -->
45
+ <!-- new DTD file and a new DTD-specific customization -->
46
+ <!-- module to redefine the many Parameter Entities. -->
47
+ <!-- Do not modify the suite directly or redistribute -->
48
+ <!-- modified versions of the suite. -->
49
+ <!-- -->
50
+ <!-- In the interest of maintaining consistency and -->
51
+ <!-- clarity for potential users, NLM requests: -->
52
+ <!-- -->
53
+ <!-- 1. If you create a DTD from the Archiving and -->
54
+ <!-- Interchange DTD Suite and intend to stay -->
55
+ <!-- compatible with the suite, then please include -->
56
+ <!-- the following statement as a comment in all of -->
57
+ <!-- your DTD modules: -->
58
+ <!-- "Created from, and fully compatible with, -->
59
+ <!-- the Archiving and Interchange DTD Suite." -->
60
+ <!-- -->
61
+ <!-- 2. If you alter one or more modules of the suite, -->
62
+ <!-- then please rename your version and all its -->
63
+ <!-- modules to avoid any confusion with the -->
64
+ <!-- original suite. Also, please include the -->
65
+ <!-- following statement as a comment in all your -->
66
+ <!-- DTD modules: -->
67
+ <!-- "Based in part on, but not fully compatible -->
68
+ <!-- with, the Archiving and Interchange DTD -->
69
+ <!-- Suite." -->
70
+ <!-- -->
71
+ <!-- Suggestions for refinements and enhancements to -->
72
+ <!-- the DTD suite should be sent in email to: -->
73
+ <!-- archive-dtd@ncbi.nlm.nih.gov -->
74
+ <!-- -->
75
+ <!-- ORIGINAL CREATION DATE: -->
76
+ <!-- December 2002 -->
77
+ <!-- -->
78
+ <!-- CREATED BY: Jeff Beck (NCBI) -->
79
+ <!-- Deborah Lapeyre (Mulberry Technologies, Inc.) -->
80
+ <!-- Bruce Rosenblum (Inera Inc.) -->
81
+ <!-- -->
82
+ <!-- NLM thanks the Harvard University Libraries, both -->
83
+ <!-- for proposing that a draft archiving NLM DTD for -->
84
+ <!-- life sciences journals be extended to accommodate -->
85
+ <!-- journals in all disciplines and for sponsoring -->
86
+ <!-- Bruce Rosenblum's collaboration with other DTD -->
87
+ <!-- authors in completing Version 1.0. The Andrew W. -->
88
+ <!-- Mellon Foundation provided support for these -->
89
+ <!-- important contributions. -->
90
+ <!-- -->
91
+ <!-- ============================================================= -->
92
+
93
+
94
+ <!-- ============================================================= -->
95
+ <!-- DTD VERSION/CHANGE HISTORY -->
96
+ <!-- ============================================================= -->
97
+ <!--
98
+ =============================================================
99
+
100
+ Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
101
+
102
+ =============================================================
103
+ Version 3.0 (DAL/BTU) v3.0 (2007-10-31)
104
+
105
+ Version 3.0 is the first non-backward-compatible release.
106
+ In addition to the usual incremental changes, some
107
+ elements and attributes have been renamed and/or remodeled
108
+ to better meet user needs and to increase tag set consistency.
109
+ All module change histories are available through the Tag Suite
110
+ web site at http://dtd.nlm.nih.gov.
111
+
112
+ Details on version 3.0 are available at
113
+ http://dtd.nlm.nih.gov/3.0.
114
+
115
+ 1. Updated public identifier to "v3.0 20080202//EN" -->
116
+
117
+
118
+ <!-- ============================================================= -->
119
+ <!-- SET UP FOR THE XHTML 1.1 TABLE MODULE -->
120
+ <!-- ============================================================= -->
121
+
122
+
123
+ <!-- ============================================================= -->
124
+ <!-- THE XHTML TABLE STYLE ATTRIBUTE MODULE -->
125
+ <!-- ============================================================= -->
126
+
127
+
128
+ <!-- XHTML TABLE INLINE STYLE MODULE -->
129
+ <!-- This module declares the 'style' attribute,
130
+ used to support inline style markup for the
131
+ <td> and <tr> elements. Copyright 1998-2005
132
+ W3C (MIT, ERCIM, Keio), All Rights Reserved.
133
+ Revision: $Id: xhtml-inlstyle-1.mod,v 4.0
134
+ 2001/04/02 22:42:49 altheim Exp $
135
+ PUBLIC identifier
136
+ "-//W3C//ENTITIES XHTML Inline Style 1.0//EN"
137
+ SYSTEM identifier
138
+ "http://www.w3.org/MarkUp/DTD/xhtml-inlstyle-1.mod"-->
139
+ %xhtml-inlstyle-1.mod;
140
+
141
+
142
+ <!-- ============================================================= -->
143
+ <!-- DEFAULTS FOR TABLE ELEMENT NAMES -->
144
+ <!-- ============================================================= -->
145
+
146
+
147
+ <!ENTITY % table.qname "table" >
148
+ <!ENTITY % caption.qname
149
+ "caption" >
150
+ <!ENTITY % thead.qname "thead" >
151
+ <!ENTITY % tfoot.qname "tfoot" >
152
+ <!ENTITY % tbody.qname "tbody" >
153
+ <!ENTITY % colgroup.qname
154
+ "colgroup" >
155
+ <!ENTITY % col.qname "col" >
156
+ <!ENTITY % tr.qname "tr" >
157
+ <!ENTITY % th.qname "th" >
158
+ <!ENTITY % td.qname "td" >
159
+
160
+
161
+ <!-- ============================================================= -->
162
+ <!-- DEFAULTS FOR DATATYPE PARAMETER ENTITIES -->
163
+ <!-- ============================================================= -->
164
+
165
+
166
+ <!ENTITY % Text.datatype
167
+ "CDATA" >
168
+
169
+
170
+ <!ENTITY % Number.datatype
171
+ "CDATA" >
172
+
173
+
174
+ <!ENTITY % MultiLength.datatype
175
+ "CDATA" >
176
+
177
+
178
+ <!ENTITY % Length.datatype
179
+ "CDATA" >
180
+
181
+
182
+ <!ENTITY % Pixels.datatype
183
+ "CDATA" >
184
+
185
+
186
+ <!ENTITY % Character.datatype
187
+ "CDATA" >
188
+
189
+
190
+ <!-- ============================================================= -->
191
+ <!-- DEFAULTS FOR ATTRIBUTE PARAMETER ENTITIES -->
192
+ <!-- ============================================================= -->
193
+
194
+
195
+ <!-- style Defined in the PE -%Core.extra.attrib; and
196
+ used to support inline style markup. This
197
+ attribute is defined in the XHTML Table
198
+ Inline Style Module called in with the PE:
199
+ -%xhtml-inlstyle-1.mod
200
+ which must be invoked before the attribute
201
+ PE is used. -->
202
+ <!ENTITY % Common.attrib
203
+ "id ID #IMPLIED
204
+ content-type
205
+ CDATA #IMPLIED
206
+ %Core.extra.attrib;" >
207
+
208
+
209
+ <!-- ============================================================= -->
210
+ <!-- OVER-RIDES TO REMOVE CAPTION -->
211
+ <!-- ============================================================= -->
212
+
213
+
214
+ <!-- CAPTION FOR A TABLE -->
215
+ <!-- Modification of the standard XHMTL model
216
+ Removed the definition of caption, so the
217
+ element would not be multiply defined -->
218
+ <!ENTITY % caption.element
219
+ "IGNORE" >
220
+
221
+
222
+ <!-- ============================================================= -->
223
+ <!-- OVER-RIDES FOR CONTENT PARAMETER ENTITIES -->
224
+ <!-- ============================================================= -->
225
+
226
+
227
+ <!-- INLINE ELEMENTS -->
228
+ <!-- Modification of the standard XHMTL model
229
+ for inline elements used in the <caption>
230
+ Set to the null because the <caption>
231
+ element is now inside the table wrapper,
232
+ not inside the table, as the original XHTML
233
+ table intended -->
234
+ <!ENTITY % Inline.mix "" >
235
+
236
+
237
+ <!-- CONTENTS OF A TABLE CELL -->
238
+ <!-- Modification of the standard XHMTL model
239
+ used for the content of tables cells <th>
240
+ and <td> -->
241
+ <!ENTITY % Flow.mix "%inside-cell;" >
242
+
243
+
244
+ <!-- CONTENTS OF A TABLE -->
245
+ <!-- Modification of the standard XHMTL model
246
+ This has been modified from the XHTML model
247
+ to remove the <caption> element from the
248
+ <table> model, since in the Archiving and
249
+ Interchange DTD Suite modular library, the
250
+ <caption> element is part of the Table Wrapper
251
+ <table-wrap> element. No other changes were
252
+ made to the XHTML table content model. -->
253
+ <!ENTITY % table.content
254
+ "( ( %col.qname;* | %colgroup.qname;* ),
255
+ ( ( %thead.qname;?, %tfoot.qname;?, %tbody.qname;+ ) |
256
+ ( %tr.qname;+ )
257
+ )
258
+ )" >
259
+
260
+
261
+ <!-- ============================================================= -->
262
+ <!-- THE XHTML V1.1 TABLE INVOCATION -->
263
+ <!-- ============================================================= -->
264
+
265
+
266
+ <!-- XHTML TABLE MODEL -->
267
+ <!-- This module declares element types and
268
+ attributes used to provide table markup
269
+ similar to HTML 4, including features that
270
+ enable better accessibility for non-visual
271
+ user agents. This is the XHTML reformulation
272
+ of HTML as a modular XML application.
273
+ Copyright 1998-2005 W3C (MIT, ERCIM, Keio),
274
+ All Rights Reserved.
275
+ Revision: $Id: xhtml-table-1.mod,v 4.1
276
+ 2001/04/10 09:42:30 altheim Exp $ SMI
277
+ PUBLIC identifier
278
+ "-//W3C//ELEMENTS XHTML Tables 1.0//EN"
279
+ SYSTEM identifier:
280
+ "http://www.w3.org/MarkUp/DTD/xhtml-table-1.mod" -->
281
+ %xhtml-table-1.mod;
282
+
283
+
284
+ <!-- ================== End XHTML Table Setup Module ============= -->
@@ -0,0 +1,266 @@
1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: Historical Book DTD Annotation Elements -->
3
+ <!-- VERSION: 3.0.1 -->
4
+ <!-- DATE: Apr 2009 -->
5
+ <!-- -->
6
+ <!-- ============================================================= -->
7
+
8
+ <!-- ============================================================= -->
9
+ <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
10
+ <!-- TYPICAL INVOCATION -->
11
+ <!--
12
+ "-//Atypon//DTD Atypon Systems Archival NLM DTD Annotation Elements v3.0.1 20100714//EN"
13
+ Delivered as file "annotation3.ent" -->
14
+ <!-- ============================================================= -->
15
+
16
+
17
+ <!-- ============================================================= -->
18
+ <!-- SYSTEM: NCBI BOOK DTD of the -->
19
+ <!-- Archiving and Interchange DTD Suite -->
20
+ <!-- -->
21
+ <!-- PURPOSE: Defines elements that describe the variety of -->
22
+ <!-- added material seen in older books and historical -->
23
+ <!-- editions, for example editorial emendations and -->
24
+ <!-- additions as well as the need to record the page -->
25
+ <!-- numbers. -->
26
+ <!-- -->
27
+ <!-- CONTAINS: 1) Page start elements -->
28
+ <!-- 2) Alternative terms -->
29
+ <!-- -->
30
+ <!-- CREATED FOR: -->
31
+ <!-- NLM Bookshelf -->
32
+ <!-- National Center for Biotechnology Information -->
33
+ <!-- (NCBI) -->
34
+ <!-- National Library of Medicine (NLM) -->
35
+ <!-- -->
36
+ <!-- ORIGINAL CREATION DATE: -->
37
+ <!-- December 2004 -->
38
+ <!-- -->
39
+ <!-- CREATED BY: Bart Trawick (NCBI) -->
40
+ <!-- Jeff Beck (NCBI) -->
41
+ <!-- Michael North (NLM) -->
42
+ <!-- Deborah Lapeyre (Mulberry Technologies, Inc.) -->
43
+ <!-- B. Tommie Usdin (Mulberry Technologies, Inc.) -->
44
+ <!-- -->
45
+ <!-- Suggestions for refinements and enhancements to -->
46
+ <!-- this DTD should be sent in email to: -->
47
+ <!-- archive-dtd@ncbi.nlm.nih.gov -->
48
+ <!-- ============================================================= -->
49
+
50
+
51
+ <!-- ============================================================= -->
52
+ <!-- DTD VERSION\CHANGE HISTORY -->
53
+ <!-- ============================================================= -->
54
+ <!--
55
+ =============================================================
56
+
57
+ Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
58
+
59
+ =============================================================
60
+ Version 3.0 (DAL/BTU) v3.0 (2007-10-31)
61
+
62
+ Version 3.0 is the first non-backward-compatible release.
63
+ In addition to the usual incremental changes, some
64
+ elements and attributes have been renamed and/or remodeled
65
+ to better meet user needs and to increase tag set consistency.
66
+ All module change histories are available through the Tag Suite
67
+ web site at http://dtd.nlm.nih.gov.
68
+
69
+ Details on version 3.0 are available at
70
+ http://dtd.nlm.nih.gov/3.0.
71
+
72
+ 1. Updated public identifier to "v3.0 20080202//EN" -->
73
+
74
+
75
+ <!-- ============================================================= -->
76
+ <!-- Design Note: HISTORICAL ANNOTATIONS -->
77
+ <!-- ============================================================= -->
78
+
79
+ <!-- For the purposes of this DTD, annotations of
80
+ historical material are considered to be of
81
+ two types: those with content, that is, those
82
+ which add words to the text (for example, a
83
+ penciled marginal note) and those that merely
84
+ decorate words already in the text, for
85
+ example, a phrase underlined in pencil.
86
+ Text-bearing annotations, whether inline
87
+ or block-level, use the <annotation> or the
88
+ <alt-text> elements. Decorations use the
89
+ <named-content> element with the attribute
90
+ "content-type" taking values like "underline"
91
+ and "yellow highlighter".
92
+ The <annotation> and <named-content>
93
+ elements are not defined in this module, since
94
+ they were already part of the NLM Archiving
95
+ and Interchange DTD Suite when this DTD was
96
+ was written. No changes were needed to the
97
+ <named-content> element except that it is
98
+ allowed in a few more places through the
99
+ modification of the %phrase.class; and
100
+ %emphasis.class; Parameter Entities.
101
+ In the Suite, however, the <annotation>
102
+ element is only used within citations. In
103
+ this DTD, it is a block-level element at the
104
+ same level as a paragraph (%para-level;) as
105
+ well as an inline-element inside textual
106
+ passages (%emphasis.class;). New attributes
107
+ were added to <annotation> to describe some
108
+ of these new roles/purposes. -->
109
+
110
+
111
+ <!-- ============================================================= -->
112
+ <!-- PAGE NUMBER ELEMENTS -->
113
+ <!-- ============================================================= -->
114
+
115
+
116
+ <!-- PAGE START ATTRIBUTES -->
117
+ <!-- Milestone element that marks the start of a
118
+ physical page in the printed edition of a
119
+ historical work. For display on the web,
120
+ a typical behavior for this element would be
121
+ to cause the display of a horizontal rule and
122
+ display the page number, so that print page
123
+ breaks may be seen in flowing webpages.
124
+ The identifier attribute allows cross
125
+ references <xref> to the page to be made.
126
+ -->
127
+ <!ENTITY % page-start-atts
128
+ "id ID #IMPLIED" >
129
+
130
+
131
+ <!-- PAGE START GROUP -->
132
+ <!-- Milestone element that marks the start of a
133
+ physical page in the printed edition of a
134
+ historical work.
135
+ This element may also hold any running
136
+ heads, catchwords, or the page number(s)
137
+ that are present on the printed page, whatever
138
+ their physical location. Page numbers may be
139
+ printed, hand-written, perfed, etc., and
140
+ there may be more than one number per page.
141
+ Remarks:
142
+ A typical behavior for this element would be
143
+ to cause the display of a horizontal rule and
144
+ the page number, so that print page breaks
145
+ may be seen in flowing webpages.
146
+ This information may be physically located
147
+ almost anywhere on a page, so this element
148
+ can be placed within or between most
149
+ paragraph-level elements. -->
150
+ <!ELEMENT page-start ((page-num | running-head)* ) >
151
+ <!-- id Identifier for the container, to provide a
152
+ target so that references to the page may be
153
+ made into live links in the electronic form.
154
+ This reference can be made even to blank pages
155
+ which contain no page number. -->
156
+ <!ATTLIST page-start
157
+ %page-start-atts; >
158
+
159
+
160
+ <!-- PAGE NUMBER ATTRIBUTES -->
161
+ <!-- The page number type is a hook for book-
162
+ specific processing, for example, to allow one
163
+ page number to be marked as primary; to
164
+ distinguish between printed numbers provided
165
+ by the publisher and penciled numbers added
166
+ by a library; or to make other pagination
167
+ distinctions. -->
168
+ <!ENTITY % page-num-atts
169
+ "page-num-type
170
+ CDATA #IMPLIED" >
171
+
172
+
173
+ <!-- PAGE NUMBER -->
174
+ <!-- A pagination number (potentially one of many)
175
+ present on a physical page. -->
176
+ <!ELEMENT page-num (#PCDATA) >
177
+ <!-- page-num-type
178
+ The page number type is a hook for book-
179
+ specific processing, for example, to allow one
180
+ page number to be marked as primary; to
181
+ distinguish between printed numbers provided
182
+ by the publisher and penciled numbers added
183
+ by a library; or to make other pagination
184
+ distinctions. -->
185
+ <!ATTLIST page-num
186
+ %page-num-atts; >
187
+
188
+
189
+ <!-- RUNNING HEAD TEXT -->
190
+ <!-- The contents of a running head or foot
191
+ when those have content other than the
192
+ ordinary metadata for the book
193
+ Remarks: In most modern editions, the
194
+ running heads and feet can be derived from
195
+ the book's metadata, for example the title
196
+ of the work, the publication date, the
197
+ publisher, the heading of the most
198
+ recently encountered section. ent. In some
199
+ historical material, new information, not
200
+ derivable from the metadata, is presented in
201
+ the running head, and this element can be
202
+ used to preserve it. -->
203
+ <!ELEMENT running-head (#PCDATA) >
204
+
205
+
206
+ <!-- ============================================================= -->
207
+ <!-- SEARCHABLE WORD ELEMENTS -->
208
+ <!-- ============================================================= -->
209
+
210
+
211
+ <!-- ALTERNATIVE TERM ATTRIBUTES -->
212
+ <!-- Attribute list for the element that holds
213
+ words placed into the text to provide
214
+ complete words for searching, modernized
215
+ versions for searching, or other
216
+ interpolations.
217
+ The words may be displayed with the
218
+ text, in which case they would be visually set
219
+ apart, for example in square brackets. The
220
+ "display" attribute controls whether or not the
221
+ term shows to the user.
222
+ The "alt-term-type" attribute is used to
223
+ provide a reason/explanation for the
224
+ added word, for example, if a word in text
225
+ was "small-pox", the modern spelling might
226
+ be added, tagged as
227
+ <alt-term display="yes"
228
+ alt-term-type="modernization">
229
+ smallpox</alt-term>
230
+ to provide both the older form and the
231
+ modern equivalent to a search engine. -->
232
+ <!ENTITY % alt-term-atts
233
+ "display (yes | no) 'yes'
234
+ alt-term-type
235
+ CDATA #IMPLIED" >
236
+
237
+
238
+ <!-- ALTERNATIVE VERSION OF A TERM -->
239
+ <!-- An element that offers a second version
240
+ of a word or phrase in the text, for example,
241
+ a more modern version of an out-dated
242
+ historical term. The word is added to the
243
+ historical text for searching and may also be
244
+ displayed next to the term, possibly pointed
245
+ out by a mechanism such as square brackets,
246
+ as an aid to the reader. For example, to
247
+ show the modern spelling of a disease name
248
+ small-pox [smallpox]
249
+ and to make sure that searches for the modern
250
+ term find the page, the following tagging
251
+ could be used:
252
+ ...small-pox <alt-term display="yes">
253
+ smallpox</alt-term>
254
+ Another use for <alt-term> is to complete
255
+ words that are elided, illegible, or
256
+ hyphenated across structural boundaries in the
257
+ text. The shortened word can be displayed with
258
+ the page, but the full term can also be
259
+ provided for search engines and increased
260
+ user understanding. -->
261
+ <!ELEMENT alt-term (#PCDATA) >
262
+ <!ATTLIST alt-term
263
+ %alt-term-atts; >
264
+
265
+
266
+ <!-- ================== End Annotation Elements ================= -->