Skip to content

Commit 674143d

Browse files
chrisruegermerks
authored andcommitted
fix DTD for feature.xml
Replace pipe with comma, since pipe means "or" / choice. But that would mean you can only use one of the elements. Comman means sequence, which is what we want here
1 parent 7a79e2d commit 674143d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/feature_manifest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h1>
1616

1717
<p>The feature manifest format is defined by the following dtd:</p>
1818
<p><tt>&lt;?xml encoding="ISO-8859-1"?&gt;</tt></p>
19-
<p><tt>&lt;!ELEMENT feature (install-handler? | description? | copyright? |
20-
license? | url? | includes* | requires? | plugin* | data*)&gt;</tt>
19+
<p><tt>&lt;!ELEMENT feature (install-handler? , description? , copyright? ,
20+
license? , url? , includes* , requires? , plugin* , data*)&gt;</tt>
2121
<br><tt>&lt;!ATTLIST feature</tt>
2222
<br><tt>&nbsp;&nbsp;&nbsp; id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2323
CDATA #REQUIRED</tt>

0 commit comments

Comments
 (0)