[rfc-i] XML version of the RFC Editor queue
Julian Reschke
julian.reschke at gmx.de
Thu Dec 22 05:55:16 PST 2005
Stephane Bortzmeyer wrote:
> On Wed, Dec 21, 2005 at 02:47:32PM -0800,
> Aaron Falk <falk at ISI.EDU> wrote
> a message of 48 lines which said:
>
>> The RFC Editor now maintains an XML version of the publication queue
>> at http://www.rfc-editor.org/queue.xml. This file is updated daily.
>
> Is there a schema somewhere?
The last schema proposed was (in RelaxNG Compact Syntax):
default namespace = "http://www.rfc-editor.org/rfc-editor-queue"
start =
element rfc-editor-queue {
element section {
attribute name { text },
element entry {
attribute xml:id { xsd:NCName },
element draft { text },
element date-received { xsd:date },
element state { text }+,
element ref {
element name { text },
element ref-state { text }
}*,
element authors { text },
element title { text },
element bytes { xsd:integer }?,
element source { text }?
}*
}+
}
Hope this helps,
Julian
More information about the rfc-interest
mailing list