[rfc-i] XML version of the RFC Editor queue

bortzmeyer at nic.fr (Stephane Bortzmeyer) Thu, 22 December 2005 08:47 UTC

From: "bortzmeyer at nic.fr"
Date: Thu, 22 Dec 2005 09:47:43 +0100
Subject: [rfc-i] XML version of the RFC Editor queue
In-Reply-To: <680433C6-80DB-473D-9F85-6558AF80020D@ISI.EDU>
References: <680433C6-80DB-473D-9F85-6558AF80020D@ISI.EDU>
Message-ID: <20051222084743.GA16374@nic.fr>

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.

Today, it is not proper XML, because of duplicate IDs (ID is for XML
ID, not for Internet-Draft):

% xmllint --noout rfc-editor-queue.xml 
rfc-editor-queue.xml:3738: element entry: validity error : ID draft-manning-opcode-discover already defined
<entry xml:id="draft-manning-opcode-discover">
                                             ^
rfc-editor-queue.xml:3768: element entry: validity error : ID draft-stiemerling-midcom-simco already defined
<entry xml:id="draft-stiemerling-midcom-simco">
                                              ^

(Once I suppressed the duplicate entries, everything was fine.)