| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?> | |
| <plugin> | |
| <extension | |
| point="org.eclipse.wst.xml.core.catalogContributions"> | |
| <catalogContribution | |
| id="default"> | |
| <public | |
| publicId="-//Vex//DTD Test//EN" | |
| uri="testdata/test.dtd"> | |
| </public> | |
| </catalogContribution> | |
| </extension> | |
| <extension | |
| id="test-doctype" | |
| name="test doctype" | |
| point="org.eclipse.vex.ui.doctypes"> | |
| <doctype | |
| systemId="test.dtd" | |
| publicId="-//Vex//DTD Test//EN"> | |
| </doctype> | |
| </extension> | |
| <extension | |
| id="test-schema-doctype" | |
| name="test schema doctype" | |
| point="org.eclipse.vex.ui.doctypes"> | |
| <schema | |
| namespaceName="http://org.eclipse.vex/namespace"> | |
| </schema> | |
| </extension> | |
| <extension | |
| id="test-style" | |
| name="test style" | |
| point="org.eclipse.vex.ui.styles"> | |
| <style | |
| css="testdata/test.css"> | |
| <doctypeRef | |
| publicId="-//Vex//DTD Test//EN"> | |
| </doctypeRef> | |
| </style> | |
| </extension> | |
| <extension | |
| id="test-style" | |
| name="test style" | |
| point="org.eclipse.vex.ui.styles"> | |
| <style | |
| css="testdata/test-schema.css"> | |
| <doctypeRef | |
| publicId="http://org.eclipse.vex/namespace"> | |
| </doctypeRef> | |
| </style> | |
| </extension> | |
| <extension | |
| id="test-style-doctype-id" | |
| name="test style doctype id" | |
| point="org.eclipse.vex.ui.styles"> | |
| <style | |
| css="testdata/test-doctype-id.css"> | |
| <doctypeRef | |
| publicId="test-schema-doctype2"> | |
| </doctypeRef> | |
| </style> | |
| </extension> | |
| <extension | |
| id="test-schema-doctype2" | |
| name="test schema doctype2" | |
| point="org.eclipse.vex.ui.doctypes"> | |
| <schema | |
| namespaceName="http://org.eclipse.vex/namespace2"> | |
| </schema> | |
| </extension> | |
| </plugin> |