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 |
| 44 | name="http://www.oasis-open.org/docbook/xml/5.0/xsd/xlink.xsd" |
| 45 | uri="5.0/xsd/xlink.xsd"> |
| 46 | </uri> |
| 47 | <uri |
| 48 | name="http://docbook.org/xml/5.0/xsd/xlink.xsd" |
| 49 | uri="5.0/xsd/xlink.xsd"> |
| 50 | </uri> |
| 51 | <uri |
| 52 | name="http://www.oasis-open.org/docbook/xml/5.0/xsd/xml.xsd" |
| 53 | uri="5.0/xsd/xml.xsd"> |
| 54 | </uri> |
| 55 | <uri |
| 56 | name="http://docbook.org/xml/5.0/xsd/xml.xsd" |
| 57 | uri="5.0/xsd/xml.xsd"> |
| 58 | </uri> |
| 59 | </catalogContribution> |
| 60 | </extension> |
| 61 | |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 62 | <extension |
| 63 | id="docbook4_5" |
| 64 | name="%doctype.docbook4_5" |
| 65 | point="org.eclipse.vex.ui.doctypes"> |
| 66 | <doctype |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 67 | outlineProvider="org.eclipse.vex.docbook.DocBookOutlineProvider" |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 68 | publicId="-//OASIS//DTD DocBook XML V4.5//EN" |
| 69 | systemId="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> |
| 70 | |
| 71 | <rootElement |
| 72 | name="article"> |
| 73 | </rootElement> |
| 74 | <rootElement |
| 75 | name="appendix"> |
| 76 | </rootElement> |
| 77 | <rootElement |
| 78 | name="book"> |
| 79 | </rootElement> |
| 80 | <rootElement |
| 81 | name="chapter"> |
| 82 | </rootElement> |
| 83 | <rootElement |
| 84 | name="sect1"> |
| 85 | </rootElement> |
| 86 | <rootElement |
| 87 | name="sect2"> |
| 88 | </rootElement> |
| 89 | <rootElement |
| 90 | name="sect3"> |
| 91 | </rootElement> |
| 92 | <rootElement |
| 93 | name="sect4"> |
| 94 | </rootElement> |
| 95 | <rootElement |
| 96 | name="sect5"> |
| 97 | </rootElement> |
| 98 | <rootElement |
| 99 | name="section"> |
| 100 | </rootElement> |
| 101 | </doctype> |
| 102 | </extension> |
| 103 | |
| 104 | <extension |
Florian Thienel | e82b475 | 2012-03-19 21:08:44 +0100 | [diff] [blame] | 105 | id="docbook5_0_DTD" |
| 106 | name="%doctype.docbook5_0_DTD" |
| 107 | point="org.eclipse.vex.ui.doctypes"> |
| 108 | <doctype |
| 109 | outlineProvider="org.eclipse.vex.docbook.DocBookOutlineProvider" |
| 110 | publicId="-//OASIS//DTD DocBook XML 5.0//EN" |
| 111 | systemId="http://www.oasis-open.org/docbook/xml/5.0/docbook.dtd"> |
| 112 | |
| 113 | <rootElement |
| 114 | name="article"> |
| 115 | </rootElement> |
| 116 | <rootElement |
| 117 | name="appendix"> |
| 118 | </rootElement> |
| 119 | <rootElement |
| 120 | name="book"> |
| 121 | </rootElement> |
| 122 | <rootElement |
| 123 | name="chapter"> |
| 124 | </rootElement> |
| 125 | <rootElement |
| 126 | name="sect1"> |
| 127 | </rootElement> |
| 128 | <rootElement |
| 129 | name="sect2"> |
| 130 | </rootElement> |
| 131 | <rootElement |
| 132 | name="sect3"> |
| 133 | </rootElement> |
| 134 | <rootElement |
| 135 | name="sect4"> |
| 136 | </rootElement> |
| 137 | <rootElement |
| 138 | name="sect5"> |
| 139 | </rootElement> |
| 140 | <rootElement |
| 141 | name="section"> |
| 142 | </rootElement> |
| 143 | </doctype> |
| 144 | </extension> |
| 145 | |
| 146 | <extension |
| 147 | id="docbook5_0_XSD1" |
| 148 | name="%doctype.docbook5_0_XSD1" |
| 149 | point="org.eclipse.vex.ui.doctypes"> |
| 150 | <doctype |
| 151 | outlineProvider="org.eclipse.vex.docbook.DocBookOutlineProvider" |
| 152 | publicId="http://www.oasis-open.org/docbook/xml/5.0/xsd/docbook.xsd" |
| 153 | systemId="5.0/xsd/docbook.xsd"> |
| 154 | |
| 155 | <rootElement |
| 156 | name="article"> |
| 157 | </rootElement> |
| 158 | <rootElement |
| 159 | name="appendix"> |
| 160 | </rootElement> |
| 161 | <rootElement |
| 162 | name="book"> |
| 163 | </rootElement> |
| 164 | <rootElement |
| 165 | name="chapter"> |
| 166 | </rootElement> |
| 167 | <rootElement |
| 168 | name="sect1"> |
| 169 | </rootElement> |
| 170 | <rootElement |
| 171 | name="sect2"> |
| 172 | </rootElement> |
| 173 | <rootElement |
| 174 | name="sect3"> |
| 175 | </rootElement> |
| 176 | <rootElement |
| 177 | name="sect4"> |
| 178 | </rootElement> |
| 179 | <rootElement |
| 180 | name="sect5"> |
| 181 | </rootElement> |
| 182 | <rootElement |
| 183 | name="section"> |
| 184 | </rootElement> |
| 185 | </doctype> |
| 186 | </extension> |
| 187 | |
| 188 | <extension |
| 189 | id="docbook5_0_XSD2" |
| 190 | name="%doctype.docbook5_0_XSD2" |
| 191 | point="org.eclipse.vex.ui.doctypes"> |
| 192 | <doctype |
| 193 | outlineProvider="org.eclipse.vex.docbook.DocBookOutlineProvider" |
| 194 | publicId="http://docbook.org/xml/5.0/xsd/docbook.xsd" |
| 195 | systemId="5.0/xsd/docbook.xsd"> |
| 196 | |
| 197 | <rootElement |
| 198 | name="article"> |
| 199 | </rootElement> |
| 200 | <rootElement |
| 201 | name="appendix"> |
| 202 | </rootElement> |
| 203 | <rootElement |
| 204 | name="book"> |
| 205 | </rootElement> |
| 206 | <rootElement |
| 207 | name="chapter"> |
| 208 | </rootElement> |
| 209 | <rootElement |
| 210 | name="sect1"> |
| 211 | </rootElement> |
| 212 | <rootElement |
| 213 | name="sect2"> |
| 214 | </rootElement> |
| 215 | <rootElement |
| 216 | name="sect3"> |
| 217 | </rootElement> |
| 218 | <rootElement |
| 219 | name="sect4"> |
| 220 | </rootElement> |
| 221 | <rootElement |
| 222 | name="sect5"> |
| 223 | </rootElement> |
| 224 | <rootElement |
| 225 | name="section"> |
| 226 | </rootElement> |
| 227 | </doctype> |
| 228 | </extension> |
| 229 | |
| 230 | <extension |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 231 | id="docbook-plain" |
| 232 | name="%style.docbook-plain" |
| 233 | point="org.eclipse.vex.ui.styles"> |
| 234 | <style |
| 235 | css="styles/docbook-plain.css"> |
| 236 | <doctypeRef publicId="-//OASIS//DTD Simplified DocBook XML V1.1//EN"/> |
| 237 | <doctypeRef publicId="-//OASIS//DTD DocBook XML V4.5//EN"/> |
Florian Thienel | e82b475 | 2012-03-19 21:08:44 +0100 | [diff] [blame] | 238 | <doctypeRef publicId="-//OASIS//DTD DocBook XML 5.0//EN"/> |
| 239 | <doctypeRef publicId="http://www.oasis-open.org/docbook/xml/5.0/xsd/docbook.xsd"/> |
| 240 | <doctypeRef publicId="http://docbook.org/xml/5.0/xsd/docbook.xsd"/> |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 241 | </style> |
| 242 | </extension> |
| 243 | |
| 244 | </plugin> |