ietf-tools / xml2rfc

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies
https://ietf-tools.github.io/xml2rfc/
BSD 3-Clause "New" or "Revised" License
71 stars 39 forks source link

<?rfc include+reference.I-D..."?> for recent drafts broken #593

Open ietf-svn-bot opened 3 years ago

ietf-svn-bot commented 3 years ago

type_defect | by job@fastly.com


Dear team,

It appears there is some kind of issue with the generation of the XML citation snippets since a few days.

I currently have to workaround the lack of ability to include refs as following:

-            <<?rfc include="reference.I-D.draft-spaghetti-sidrops-rpki-rsc-01.xml"?>
+            <reference anchor='I-D.spaghetti-sidrops-rpki-rsc'>
+                <front>
+                    <title>RPKI Signed Checklists</title>
+                    <author initials='J' surname='Snijders' fullname='Job Snijders'>
+                        <organization>Fastly</organization>
+                     </author>
+                     <date month='February' year='2021' />
+                </front>
+                <seriesInfo name='Internet-Draft' value='draft-spaghetti-sidrops-rpki-rsc-01' />
+                <format type='TXT' target='http://www.ietf.org/internet-drafts/draft-spaghetti-sidrops-rpki-rsc-01.txt' />
+            </reference>

Is some kind of cron job that used to generate these broken somewhere?


Issue migrated from trac:593 at 2022-02-08 07:12:38 +0000

ietf-svn-bot commented 3 years ago

@job@fastly.com commented


Replying to [#593 job@…]:

I made a typo: the first line of the code block should read

<?rfc include="reference.I-D.draft-spaghetti-sidrops-rpki-rsc-01.xml"?>

The problem might be here?

$ ftp http://xml2rfc.ietf.org/public/rfc/bibxml-ids/reference.I-D.draft-spaghetti-sidrops-rpki-rsc-01.xml
Trying 4.31.198.44...
Requesting http://xml2rfc.ietf.org/public/rfc/bibxml-ids/reference.I-D.draft-spaghetti-sidrops-rpki-rsc-01.xml
Redirected to https://xml2rfc.tools.ietf.org/public/rfc/bibxml-ids/reference.I-D.draft-spaghetti-sidrops-rpki-rsc-01.xml
Trying 4.31.198.62...
Requesting https://xml2rfc.tools.ietf.org/public/rfc/bibxml-ids/reference.I-D.draft-spaghetti-sidrops-rpki-rsc-01.xml
ftp: Error retrieving https://xml2rfc.tools.ietf.org/public/rfc/bibxml-ids/reference.I-D.draft-spaghetti-sidrops-rpki-rsc-01.xml: 404 Not Found
ietf-svn-bot commented 3 years ago

@rjsparks@nostrum.com changed status from new to accepted

ietf-svn-bot commented 3 years ago

@rjsparks@nostrum.com commented


This is tied into last week's migration of the bibxml server at xml2rfc.tools.ietf.org. Henrik and Tony are looking into it.