-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add xml extension to BibXML requests (#1005)
This change adds a `.xml` extension when the `.xml` extension is missing in BibXML reference requests. Fixes #1003
- Loading branch information
Showing
10 changed files
with
204 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -580,6 +580,30 @@ main(int argc, char *argv[]) | |
<date year="1972"/> | ||
</front> | ||
</reference> | ||
<reference anchor="I-D.iab-xml2rfcv2" target="https://datatracker.ietf.org/doc/html/draft-iab-xml2rfcv2-00" xml:base="https://bib.ietf.org/public/rfc/bibxml-ids/reference.I-D.draft-iab-xml2rfcv2-00.xml"> | ||
<front> | ||
<title>The 'XML2RFC' version 2 Vocabulary</title> | ||
<author fullname="Julian Reschke" initials="J." surname="Reschke"/> | ||
<date day="9" month="January" year="2015"/> | ||
<abstract> | ||
<t>This document defines the 'XML2RFC' version 2 vocabulary; an XML- based language used for writing RFCs and Internet-Drafts. Version 2 represents the current state of the vocabulary (as implemented by several tools and as used by the RFC Editor) around 2014. Editorial Note (To be removed by RFC Editor) Discussion of this draft takes place on the XML2RFC mailing list ([email protected]), which has its home page at <https://www.ietf.org/mailman/listinfo/xml2rfc>.</t> | ||
</abstract> | ||
</front> | ||
<seriesInfo name="Internet-Draft" value="draft-iab-xml2rfcv2-00"/> | ||
</reference> | ||
<reference anchor="I-D.iab-xml2rfc" target="https://datatracker.ietf.org/doc/html/draft-iab-xml2rfc-04" xml:base="https://bib.ietf.org/public/rfc/bibxml-ids/reference.I-D.iab-xml2rfc.xml"> | ||
<front> | ||
<title>The "xml2rfc" Version 3 Vocabulary</title> | ||
<author fullname="Paul E. Hoffman" initials="P. E." surname="Hoffman"> | ||
<organization>ICANN</organization> | ||
</author> | ||
<date day="22" month="June" year="2016"/> | ||
<abstract> | ||
<t>This document defines the "xml2rfc" version 3 vocabulary: an XML-based language used for writing RFCs and Internet-Drafts. It is heavily derived from the version 2 vocabulary that is also under discussion. This document obsoletes the v2 grammar described in RFC 7749.</t> | ||
</abstract> | ||
</front> | ||
<seriesInfo name="Internet-Draft" value="draft-iab-xml2rfc-04"/> | ||
</reference> | ||
</references> | ||
<section anchor="app-additional" title="Additional Stuff"> | ||
<t>This becomes an Appendix.</t> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -562,6 +562,18 @@ Davies & Zhao Expires September 2, 2009 [Page 10] | |
Internet-Draft Abbreviated Title March 2009 | ||
|
||
|
||
[I-D.iab-xml2rfc] | ||
Hoffman, P. E., "The "xml2rfc" Version 3 Vocabulary", Work | ||
in Progress, Internet-Draft, draft-iab-xml2rfc-04, June | ||
22, 2016, <https://datatracker.ietf.org/doc/html/draft- | ||
iab-xml2rfc-04>. | ||
|
||
[I-D.iab-xml2rfcv2] | ||
Reschke, J., "The 'XML2RFC' version 2 Vocabulary", Work in | ||
Progress, Internet-Draft, draft-iab-xml2rfcv2-00, January | ||
9, 2015, <https://datatracker.ietf.org/doc/html/draft-iab- | ||
xml2rfcv2-00>. | ||
|
||
[I-D.narten-iana-considerations-rfc2434bis] | ||
Alvestrand, H. T. and T. Narten, "Guidelines for Writing | ||
an IANA Considerations Section in RFCs", Work in Progress, | ||
|
@@ -600,6 +612,12 @@ Authors' Addresses | |
Email: [email protected] | ||
|
||
|
||
|
||
Davies & Zhao Expires September 2, 2009 [Page 11] | ||
|
||
Internet-Draft Abbreviated Title March 2009 | ||
|
||
|
||
Quintin Zhao | ||
Huawei Technology | ||
125 Nagog Technology Park | ||
|
@@ -613,4 +631,42 @@ Authors' Addresses | |
|
||
|
||
|
||
Davies & Zhao Expires September 2, 2009 [Page 11] | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Davies & Zhao Expires September 2, 2009 [Page 12] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" version="3" category="info" docName="draft-ietf-xml2rfc-template-05" ipr="trust200902" tocInclude="true" tocDepth="4" symRefs="true" sortRefs="true" consensus="false" prepTime="2023-06-05T18:55:02" indexInclude="true" scripts="Common,Latin" submissionType="IETF"> | ||
<!-- xml2rfc v2v3 conversion 3.17.2 --> | ||
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" version="3" category="info" docName="draft-ietf-xml2rfc-template-05" ipr="trust200902" tocInclude="true" tocDepth="4" symRefs="true" sortRefs="true" consensus="false" prepTime="2023-06-16T03:59:19" indexInclude="true" scripts="Common,Latin" submissionType="IETF"> | ||
<!-- xml2rfc v2v3 conversion 3.17.3 --> | ||
|
||
|
||
|
||
|
@@ -650,6 +650,32 @@ main(int argc, char *argv[]) | |
<date year="1984"/> | ||
</front> | ||
</reference> | ||
<reference anchor="I-D.iab-xml2rfc" target="https://datatracker.ietf.org/doc/html/draft-iab-xml2rfc-04" xml:base="https://bib.ietf.org/public/rfc/bibxml-ids/reference.I-D.iab-xml2rfc.xml" quoteTitle="true" derivedAnchor="I-D.iab-xml2rfc"> | ||
<front> | ||
<title>The "xml2rfc" Version 3 Vocabulary</title> | ||
<author fullname="Paul E. Hoffman" initials="P. E." surname="Hoffman"> | ||
<organization showOnFrontPage="true">ICANN</organization> | ||
</author> | ||
<date day="22" month="June" year="2016"/> | ||
<abstract> | ||
<t indent="0">This document defines the "xml2rfc" version 3 vocabulary: an XML-based language used for writing RFCs and Internet-Drafts. It is heavily derived from the version 2 vocabulary that is also under discussion. This document obsoletes the v2 grammar described in RFC 7749.</t> | ||
</abstract> | ||
</front> | ||
<seriesInfo name="Internet-Draft" value="draft-iab-xml2rfc-04"/> | ||
<refcontent>Work in Progress</refcontent> | ||
</reference> | ||
<reference anchor="I-D.iab-xml2rfcv2" target="https://datatracker.ietf.org/doc/html/draft-iab-xml2rfcv2-00" xml:base="https://bib.ietf.org/public/rfc/bibxml-ids/reference.I-D.draft-iab-xml2rfcv2-00.xml" quoteTitle="true" derivedAnchor="I-D.iab-xml2rfcv2"> | ||
<front> | ||
<title>The 'XML2RFC' version 2 Vocabulary</title> | ||
<author fullname="Julian Reschke" initials="J." surname="Reschke"/> | ||
<date day="9" month="January" year="2015"/> | ||
<abstract> | ||
<t indent="0">This document defines the 'XML2RFC' version 2 vocabulary; an XML- based language used for writing RFCs and Internet-Drafts. Version 2 represents the current state of the vocabulary (as implemented by several tools and as used by the RFC Editor) around 2014. Editorial Note (To be removed by RFC Editor) Discussion of this draft takes place on the XML2RFC mailing list ([email protected]), which has its home page at <https://www.ietf.org/mailman/listinfo/xml2rfc>.</t> | ||
</abstract> | ||
</front> | ||
<seriesInfo name="Internet-Draft" value="draft-iab-xml2rfcv2-00"/> | ||
<refcontent>Work in Progress</refcontent> | ||
</reference> | ||
<reference anchor="I-D.narten-iana-considerations-rfc2434bis" target="https://datatracker.ietf.org/doc/html/draft-narten-iana-considerations-rfc2434bis-09" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.narten-iana-considerations-rfc2434bis.xml" quoteTitle="true" derivedAnchor="I-D.narten-iana-considerations-rfc2434bis"> | ||
<front> | ||
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -562,6 +562,18 @@ Davies & Zhao Expires 2 September 2009 [Page 10] | |
Internet-Draft Abbreviated Title March 2009 | ||
|
||
|
||
[I-D.iab-xml2rfc] | ||
Hoffman, P. E., "The "xml2rfc" Version 3 Vocabulary", Work | ||
in Progress, Internet-Draft, draft-iab-xml2rfc-04, 22 June | ||
2016, <https://datatracker.ietf.org/doc/html/draft-iab- | ||
xml2rfc-04>. | ||
|
||
[I-D.iab-xml2rfcv2] | ||
Reschke, J., "The 'XML2RFC' version 2 Vocabulary", Work in | ||
Progress, Internet-Draft, draft-iab-xml2rfcv2-00, 9 | ||
January 2015, <https://datatracker.ietf.org/doc/html/ | ||
draft-iab-xml2rfcv2-00>. | ||
|
||
[I-D.narten-iana-considerations-rfc2434bis] | ||
Alvestrand, H. T. and T. Narten, "Guidelines for Writing | ||
an IANA Considerations Section in RFCs", Work in Progress, | ||
|
@@ -600,6 +612,12 @@ Authors' Addresses | |
Email: [email protected] | ||
|
||
|
||
|
||
Davies & Zhao Expires 2 September 2009 [Page 11] | ||
|
||
Internet-Draft Abbreviated Title March 2009 | ||
|
||
|
||
Quintin Zhao | ||
Huawei Technology | ||
125 Nagog Technology Park | ||
|
@@ -613,4 +631,42 @@ Authors' Addresses | |
|
||
|
||
|
||
Davies & Zhao Expires 2 September 2009 [Page 11] | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Davies & Zhao Expires 2 September 2009 [Page 12] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters