Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse Build Available RSS Schema"

m
m
Line 1: Line 1:
 
Latest XML Schema for the Eclipse.org RSS feeds for announcing available builds consists of two files:
 
Latest XML Schema for the Eclipse.org RSS feeds for announcing available builds consists of two files:
  
* Atom 1.0 spec, enhanced to include a build feed in its <code style="color:DarkGreen">&lt;summary/&gt;</code>: [http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/schema/atom10_build.xsd?content-type=text/plain&only_with_tag=releng_test atom10_build.xsd]
+
* Atom 1.0 spec, enhanced to include a build feed in its <code style="color:DarkGreen">&lt;summary/&gt;</code>: [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/schema/?only_with_tag=releng_test atom10_build.xsd]
* The <code style="color:DarkGreen">&lt;build/&gt;</code> node's addition to the above schema, including restrictive vocabulary for status codes and ids: [http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/schema/build.xsd?content-type=text/plain&only_with_tag=releng_test build.xsd]   
+
* The <code style="color:DarkGreen">&lt;build/&gt;</code> node's addition to the above schema, including restrictive vocabulary for status codes and ids: [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/schema/?only_with_tag=releng_test build.xsd]   
  
 
From these two files you can easily generate an EMF editor to quickly validate your feed document against the latest spec. For details, see [http://dev.eclipse.org/viewcvs/indextools.cgi/*checkout*/org.eclipse.emf/doc/org.eclipse.emf.doc/tutorials/xlibmod/xlibmod.html generating an EMF editor from XML Schema].  
 
From these two files you can easily generate an EMF editor to quickly validate your feed document against the latest spec. For details, see [http://dev.eclipse.org/viewcvs/indextools.cgi/*checkout*/org.eclipse.emf/doc/org.eclipse.emf.doc/tutorials/xlibmod/xlibmod.html generating an EMF editor from XML Schema].  

Revision as of 22:50, 1 October 2006

Latest XML Schema for the Eclipse.org RSS feeds for announcing available builds consists of two files:

  • Atom 1.0 spec, enhanced to include a build feed in its <summary/>: atom10_build.xsd
  • The <build/> node's addition to the above schema, including restrictive vocabulary for status codes and ids: build.xsd

From these two files you can easily generate an EMF editor to quickly validate your feed document against the latest spec. For details, see generating an EMF editor from XML Schema.

Back to the top