Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-doc-dev] Team core schema

The following extension point schema file has a problem:

org.eclipse.team.core.repository.exsd

In the 'Examples' section, it does not have <pre> and </pre> tags as in the
other schema files. The resulting HTML file is not picking up the text
(tags are not escaped) and CHKPII reports errors. Adding the tags similar
to the other files will fix the problem and make the CHIPII error go away.

The reason this happens is because PDE schema converter passes the tags
as-is. This is because we want to allow you to use HTML tags in your text
(for example, adding <b></b> as you would in javadoc comments). If you want
tags that are treated as regular text, you must escape them. The only
exception is for tags between <pre> and </pre>, where PDE converter does
escaping for you.

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Platform Components
D2/MY7/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4854



Back to the top