On Aug 1, 2017, at 02:45, Michael Richardson <mcr+ietf@xxxxxxxxxxxx> wrote: > > > Carsten Bormann <cabo@xxxxxxx> wrote: >>> So I wonder out loud: shouldn't all of the IANA registries have clear >>> reference files that could be normatively referenced? > >> Try referencing, say, {{!IANA.cbor-tags}} — it just works :-) > > wow. I'm sure it's documented in some place so obvious I can't see it. https://xml2rfc.tools.ietf.org/ is the place that talks about bibxml8 references. kramdown-rfc is just mapping all the IANA.* references to bibxml8, as in https://xml2rfc.tools.ietf.org/public/rfc/bibxml8/reference.IANA.cbor-tags.xml > Is the "cbor-tags" part the last part of the IANA registry URL? Apparently. bibxml8/index.cgi: if ($IANAref =~ m(^/?reference.IANA[.]([^/]+)[.](xml|kramdown)$)) { my $IANAref = $1; … my $a = get("http://www.iana.org/assignments/$IANAref/“;); kramdown-rfc is, somewhat ironically maybe, using the xml version then :-) (getting the kramdown [really: YAML] version isn't even implemented at xml2rfc.ietf.org, but there is no need to). Grüße, Carsten