Integration
Gervase Markham
gerv at mozilla.org
Wed Apr 16 07:01:21 UTC 2003
Jason Corbett wrote:
> The different interfaces look ok, but the only one implimented in all
> the spots is html. Unfortunately bug_list (template list/list) has
> html, csv, and rdf. show_bug (template bug/show) has xml, and html. It
> would be a little easier if say rdf or xml were supported on both of
> those pages.
rdf is xml. Right tool for the right job - RDF is an XML-based language
particularly suitable for bug lists and other tabular data. For
individual bugs, we already had an XML schema, so we used that.
A bug as RDF doesn't make all that much sense; a buglist as XML is
something we already have - inventing a new schema won't solve anything.
Gerv
More information about the developers
mailing list