Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <?eclipse version="3.4"?>
|
| 3 | <plugin>
|
| 4 | <extension point="org.eclipse.core.contenttype.contentTypes">
|
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 5 | <content-type id="org.eclipse.vex.ui.xhtml" name="%contentType.name"
|
| 6 | base-type="org.eclipse.vex.ui.XmlDocument" file-extensions="xml, xhtml">
|
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 7 | </content-type>
|
| 8 | </extension>
|
| 9 |
|
| 10 | <extension point="org.eclipse.vex.ui.doctypes"
|
| 11 | id="xhtml_1_0_strict"
|
| 12 | name="XHTML 1.0 Strict">
|
| 13 | <doctype
|
| 14 | publicId="-//W3C//DTD XHTML 1.0 Strict//EN"
|
| 15 | systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
|
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 16 | outlineProvider="org.eclipse.vex.xhtml.XhtmlOutlineProvider" >
|
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 17 | <rootElement name="html">
|
| 18 | </rootElement>
|
| 19 | </doctype>
|
| 20 | </extension>
|
| 21 | <extension id="xhtml_1_0_plain" name="XHTML Plain"
|
| 22 | point="org.eclipse.vex.ui.styles">
|
| 23 | <style css="styles/xhtml1-plain.css">
|
| 24 | <doctypeRef publicId="-//W3C//DTD XHTML 1.0 Strict//EN">
|
| 25 | </doctypeRef>
|
| 26 | </style>
|
| 27 | </extension>
|
| 28 | <extension id="xhtml_1_0_sans" name="XHTML Sans"
|
| 29 | point="org.eclipse.vex.ui.styles">
|
| 30 | <style css="styles/xhtml1-sans.css">
|
| 31 | <doctypeRef publicId="-//W3C//DTD XHTML 1.0 Strict//EN">
|
| 32 | </doctypeRef>
|
| 33 | </style>
|
| 34 | </extension>
|
| 35 | <extension id="xhtml_1_0_modern" name="XHTML Modern"
|
| 36 | point="org.eclipse.vex.ui.styles">
|
| 37 | <style css="styles/xhtml1-modern.css">
|
| 38 | <doctypeRef publicId="-//W3C//DTD XHTML 1.0 Strict//EN">
|
| 39 | </doctypeRef>
|
| 40 | </style>
|
| 41 | </extension>
|
| 42 |
|
| 43 | </plugin>
|