Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update info on referencing subseries #104

Open
ajeanmahoney opened this issue Jan 22, 2025 · 1 comment
Open

Update info on referencing subseries #104

ajeanmahoney opened this issue Jan 22, 2025 · 1 comment

Comments

@ajeanmahoney
Copy link
Contributor

While the referencegroup tag can still be used to build a subseries reference, there are now xi:include URLs for subseries references that can be used. Instead of:

<referencegroup anchor="STD78" target="https://www.rfc-editor.org/info/std78">
  <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5343.xml"/>
  <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5590.xml"/>
  <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5591.xml"/>
  <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6353.xml"/>
</referencegroup>

You can use:

<xi:include href="https://bib.ietf.org/public/rfc/bibxml9/reference.STD.78.xml"/>

To create a xref to an RFC within a subseries, use the following:

Section <xref target="RFC6353" section="1" sectionFormat="bare"/> of RFC 6353 <xref target="STD78"/>
@ajeanmahoney
Copy link
Contributor Author

This info should go here: https://authors.ietf.org/en/references-in-rfcxml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant