Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
| 4 | |
| 5 | <extension point="org.eclipse.core.contenttype.contentTypes"> |
Florian Thienel | e82b475 | 2012-03-19 21:08:44 +0100 | [diff] [blame] | 6 | <content-type id="org.eclipse.vex.ui.docbook" name="%contentType.name" |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 7 | base-type="org.eclipse.vex.ui.XmlDocument" file-extensions="xml, docbook"> |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 8 | </content-type> |
| 9 | </extension> |
| 10 | <extension |
| 11 | point="org.eclipse.wst.xml.core.catalogContributions"> |
| 12 | <catalogContribution |
Florian Thienel | e82b475 | 2012-03-19 21:08:44 +0100 | [diff] [blame] | 13 | id="docbook4_5"> |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 14 | <public |
| 15 | publicId="-//OASIS//DTD DocBook XML V4.5//EN" |
| 16 | uri="4.5/docbookx.dtd" |
| 17 | webURL="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> |
| 18 | </public> |
Florian Thienel | 3e7f3c0 | 2011-12-12 23:09:15 +0100 | [diff] [blame] | 19 | <uri |
| 20 | name="urn:org:eclipse:vex:styles:docbook:docbook-plain.css" |
| 21 | uri="styles/docbook-plain.css"> |
| 22 | </uri> |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 23 | </catalogContribution> |
| 24 | </extension> |
| 25 | |
Florian Thienel | e82b475 | 2012-03-19 21:08:44 +0100 | [diff] [blame] | 26 | <extension |
| 27 | point="org.eclipse.wst.xml.core.catalogContributions"> |
| 28 | <catalogContribution |
| 29 | id="docbook5_0"> |
| 30 | <public |
| 31 | publicId="-//OASIS//DTD DocBook XML 5.0//EN" |
| 32 | uri="5.0/dtd/docbook.dtd" |
| 33 | webURL="http://www.oasis-open.org/docbook/xml/5.0/docbook.dtd"> |
| 34 | </public> |
| 35 | <uri |
| 36 | name="http://www.oasis-open.org/docbook/xml/5.0/xsd/docbook.xsd" |
| 37 | uri="5.0/xsd/docbook.xsd"> |
| 38 | </uri> |
| 39 | <uri |
| 40 | name="http://docbook.org/xml/5.0/xsd/docbook.xsd" |
| 41 | uri="5.0/xsd/docbook.xsd"> |
| 42 | </uri> |
| 43 | <uri |
Florian Thienel | bf09278 | 2013-01-08 11:37:04 +0100 | [diff] [blame] | 44 | name="http://docbook.org/ns/docbook" |
| 45 | uri="5.0/xsd/docbook.xsd"> |
| 46 | </uri> |
| 47 | <uri |
Florian Thienel | e82b475 | 2012-03-19 21:08:44 +0100 | [diff] [blame] | 48 | name="http://www.oasis-open.org/docbook/xml/5.0/xsd/xlink.xsd" |
| 49 | uri="5.0/xsd/xlink.xsd"> |
| 50 | </uri> |
| 51 | <uri |
| 52 | name="http://docbook.org/xml/5.0/xsd/xlink.xsd" |
| 53 | uri="5.0/xsd/xlink.xsd"> |
| 54 | </uri> |
| 55 | <uri |
| 56 | name="http://www.oasis-open.org/docbook/xml/5.0/xsd/xml.xsd" |
| 57 | uri="5.0/xsd/xml.xsd"> |
| 58 | </uri> |
| 59 | <uri |
| 60 | name="http://docbook.org/xml/5.0/xsd/xml.xsd" |
| 61 | uri="5.0/xsd/xml.xsd"> |
| 62 | </uri> |
| 63 | </catalogContribution> |
| 64 | </extension> |
| 65 | |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 66 | <extension |
| 67 | id="docbook4_5" |
| 68 | name="%doctype.docbook4_5" |
| 69 | point="org.eclipse.vex.ui.doctypes"> |
| 70 | <doctype |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 71 | outlineProvider="org.eclipse.vex.docbook.DocBookOutlineProvider" |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 72 | publicId="-//OASIS//DTD DocBook XML V4.5//EN" |
| 73 | systemId="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> |
| 74 | |
| 75 | <rootElement |
| 76 | name="article"> |
| 77 | </rootElement> |
| 78 | <rootElement |
| 79 | name="appendix"> |
| 80 | </rootElement> |
| 81 | <rootElement |
| 82 | name="book"> |
| 83 | </rootElement> |
| 84 | <rootElement |
| 85 | name="chapter"> |
| 86 | </rootElement> |
| 87 | <rootElement |
| 88 | name="sect1"> |
| 89 | </rootElement> |
| 90 | <rootElement |
| 91 | name="sect2"> |
| 92 | </rootElement> |
| 93 | <rootElement |
| 94 | name="sect3"> |
| 95 | </rootElement> |
| 96 | <rootElement |
| 97 | name="sect4"> |
| 98 | </rootElement> |
| 99 | <rootElement |
| 100 | name="sect5"> |
| 101 | </rootElement> |
| 102 | <rootElement |
| 103 | name="section"> |
| 104 | </rootElement> |
| 105 | </doctype> |
| 106 | </extension> |
| 107 | |
| 108 | <extension |
Florian Thienel | e82b475 | 2012-03-19 21:08:44 +0100 | [diff] [blame] | 109 | id="docbook5_0_DTD" |
| 110 | name="%doctype.docbook5_0_DTD" |
| 111 | point="org.eclipse.vex.ui.doctypes"> |
| 112 | <doctype |
| 113 | outlineProvider="org.eclipse.vex.docbook.DocBookOutlineProvider" |
| 114 | publicId="-//OASIS//DTD DocBook XML 5.0//EN" |
| 115 | systemId="http://www.oasis-open.org/docbook/xml/5.0/docbook.dtd"> |
| 116 | |
| 117 | <rootElement |
| 118 | name="article"> |
| 119 | </rootElement> |
| 120 | <rootElement |
| 121 | name="appendix"> |
| 122 | </rootElement> |
| 123 | <rootElement |
| 124 | name="book"> |
| 125 | </rootElement> |
| 126 | <rootElement |
| 127 | name="chapter"> |
| 128 | </rootElement> |
| 129 | <rootElement |
| 130 | name="sect1"> |
| 131 | </rootElement> |
| 132 | <rootElement |
| 133 | name="sect2"> |
| 134 | </rootElement> |
| 135 | <rootElement |
| 136 | name="sect3"> |
| 137 | </rootElement> |
| 138 | <rootElement |
| 139 | name="sect4"> |
| 140 | </rootElement> |
| 141 | <rootElement |
| 142 | name="sect5"> |
| 143 | </rootElement> |
| 144 | <rootElement |
| 145 | name="section"> |
| 146 | </rootElement> |
| 147 | </doctype> |
| 148 | </extension> |
| 149 | |
| 150 | <extension |
| 151 | id="docbook5_0_XSD1" |
| 152 | name="%doctype.docbook5_0_XSD1" |
| 153 | point="org.eclipse.vex.ui.doctypes"> |
| 154 | <doctype |
| 155 | outlineProvider="org.eclipse.vex.docbook.DocBookOutlineProvider" |
| 156 | publicId="http://www.oasis-open.org/docbook/xml/5.0/xsd/docbook.xsd" |
| 157 | systemId="5.0/xsd/docbook.xsd"> |
| 158 | |
| 159 | <rootElement |
| 160 | name="article"> |
| 161 | </rootElement> |
| 162 | <rootElement |
| 163 | name="appendix"> |
| 164 | </rootElement> |
| 165 | <rootElement |
| 166 | name="book"> |
| 167 | </rootElement> |
| 168 | <rootElement |
| 169 | name="chapter"> |
| 170 | </rootElement> |
| 171 | <rootElement |
| 172 | name="sect1"> |
| 173 | </rootElement> |
| 174 | <rootElement |
| 175 | name="sect2"> |
| 176 | </rootElement> |
| 177 | <rootElement |
| 178 | name="sect3"> |
| 179 | </rootElement> |
| 180 | <rootElement |
| 181 | name="sect4"> |
| 182 | </rootElement> |
| 183 | <rootElement |
| 184 | name="sect5"> |
| 185 | </rootElement> |
| 186 | <rootElement |
| 187 | name="section"> |
| 188 | </rootElement> |
| 189 | </doctype> |
| 190 | </extension> |
| 191 | |
| 192 | <extension |
| 193 | id="docbook5_0_XSD2" |
| 194 | name="%doctype.docbook5_0_XSD2" |
| 195 | point="org.eclipse.vex.ui.doctypes"> |
| 196 | <doctype |
| 197 | outlineProvider="org.eclipse.vex.docbook.DocBookOutlineProvider" |
| 198 | publicId="http://docbook.org/xml/5.0/xsd/docbook.xsd" |
| 199 | systemId="5.0/xsd/docbook.xsd"> |
| 200 | |
| 201 | <rootElement |
| 202 | name="article"> |
| 203 | </rootElement> |
| 204 | <rootElement |
| 205 | name="appendix"> |
| 206 | </rootElement> |
| 207 | <rootElement |
| 208 | name="book"> |
| 209 | </rootElement> |
| 210 | <rootElement |
| 211 | name="chapter"> |
| 212 | </rootElement> |
| 213 | <rootElement |
| 214 | name="sect1"> |
| 215 | </rootElement> |
| 216 | <rootElement |
| 217 | name="sect2"> |
| 218 | </rootElement> |
| 219 | <rootElement |
| 220 | name="sect3"> |
| 221 | </rootElement> |
| 222 | <rootElement |
| 223 | name="sect4"> |
| 224 | </rootElement> |
| 225 | <rootElement |
| 226 | name="sect5"> |
| 227 | </rootElement> |
| 228 | <rootElement |
| 229 | name="section"> |
| 230 | </rootElement> |
| 231 | </doctype> |
| 232 | </extension> |
| 233 | |
| 234 | <extension |
Florian Thienel | bf09278 | 2013-01-08 11:37:04 +0100 | [diff] [blame] | 235 | id="docbook5_0_XSD2" |
| 236 | name="%doctype.docbook5_0_XSD3" |
| 237 | point="org.eclipse.vex.ui.doctypes"> |
| 238 | <doctype |
| 239 | outlineProvider="org.eclipse.vex.docbook.DocBookOutlineProvider" |
| 240 | publicId="http://docbook.org/ns/docbook" |
| 241 | systemId="5.0/xsd/docbook.xsd"> |
| 242 | |
| 243 | <rootElement |
| 244 | name="article"> |
| 245 | </rootElement> |
| 246 | <rootElement |
| 247 | name="appendix"> |
| 248 | </rootElement> |
| 249 | <rootElement |
| 250 | name="book"> |
| 251 | </rootElement> |
| 252 | <rootElement |
| 253 | name="chapter"> |
| 254 | </rootElement> |
| 255 | <rootElement |
| 256 | name="sect1"> |
| 257 | </rootElement> |
| 258 | <rootElement |
| 259 | name="sect2"> |
| 260 | </rootElement> |
| 261 | <rootElement |
| 262 | name="sect3"> |
| 263 | </rootElement> |
| 264 | <rootElement |
| 265 | name="sect4"> |
| 266 | </rootElement> |
| 267 | <rootElement |
| 268 | name="sect5"> |
| 269 | </rootElement> |
| 270 | <rootElement |
| 271 | name="section"> |
| 272 | </rootElement> |
| 273 | </doctype> |
| 274 | </extension> |
| 275 | |
| 276 | <extension |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 277 | id="docbook-plain" |
| 278 | name="%style.docbook-plain" |
| 279 | point="org.eclipse.vex.ui.styles"> |
| 280 | <style |
| 281 | css="styles/docbook-plain.css"> |
| 282 | <doctypeRef publicId="-//OASIS//DTD Simplified DocBook XML V1.1//EN"/> |
| 283 | <doctypeRef publicId="-//OASIS//DTD DocBook XML V4.5//EN"/> |
Florian Thienel | e82b475 | 2012-03-19 21:08:44 +0100 | [diff] [blame] | 284 | <doctypeRef publicId="-//OASIS//DTD DocBook XML 5.0//EN"/> |
| 285 | <doctypeRef publicId="http://www.oasis-open.org/docbook/xml/5.0/xsd/docbook.xsd"/> |
| 286 | <doctypeRef publicId="http://docbook.org/xml/5.0/xsd/docbook.xsd"/> |
Florian Thienel | bf09278 | 2013-01-08 11:37:04 +0100 | [diff] [blame] | 287 | <doctypeRef publicId="http://docbook.org/ns/docbook"/> |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 288 | </style> |
| 289 | </extension> |
| 290 | |
| 291 | </plugin> |