[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: Is there a schema for plugin.xml files?
|
- From: Steinar Bang <sb@xxxxxx>
- Date: Thu, 07 Dec 2006 13:07:02 +0100
- Cancel-lock: sha1:iHexkUYimgwc3RDoceQqmo7/5uY=
- Mail-copies-to: never
- Newsgroups: eclipse.platform
- Organization: Probably a good idea
- User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)
>>>>> Paul Webster <pwebster@xxxxxxxxxx>:
> The extension points schemas are XML schema files, used by the PDE
> tools to help validate plugin.xml files.
> The schema that validates a plugin.xml file is a combination of the
> extension points schemas.
> You can find more information in on the general plugin.xml format in
> http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/plugin_manifest.html
Ok, thanx. That's was a very simple format, but much is left to the
extension schemas. :-)
Now what remains to find out is if my XML editor (nxml) can be
persuaded to load a schema, and apply it to a subtree, based on an
attribute value.
- Steinar