Lines Matching refs:rfc
32 Support ?rfc editing processing instruction.
44 Experimental support for rfc-issue PI.
48 Support rfc private PI. Removed bogus code reporting the WG in the header.
279 non-standard whitespace handling). Fix default handling for /rfc/@category.
327 <!-- rfc compact PI -->
331 translate(/processing-instruction('rfc')[contains(.,'compact=')], '" ', ''),
335 <!-- rfc footer PI -->
339 translate(/processing-instruction('rfc')[contains(.,'footer=')], '" ', ''),
343 <!-- rfc header PI -->
347 translate(/processing-instruction('rfc')[contains(.,'header=')], '" ', ''),
351 <!-- include a table of contents if a processing instruction <?rfc?>
356 translate(/processing-instruction('rfc')[contains(.,'toc=')], '" ', ''),
364 translate(/processing-instruction('rfc')[contains(.,'tocdepth=')], '" ', ''),
379 <!-- suppress top block if a processing instruction <?rfc?>
384 translate(/processing-instruction('rfc')[contains(.,'topblock=')], '" ', ''),
388 <!-- use symbolic reference names instead of numeric ones if a processing instruction <?rfc?>
393 translate(/processing-instruction('rfc')[contains(.,'symrefs=')], '" ', ''),
397 <!-- sort references if a processing instruction <?rfc?>
402 translate(/processing-instruction('rfc')[contains(.,'sortrefs=')], '" ', ''),
406 <!-- insert editing marks if a processing instruction <?rfc?>
411 translate(/processing-instruction('rfc')[contains(.,'editing=')], '" ', ''),
419 translate(/processing-instruction('rfc')[contains(.,'private=')], '"', ''),
427 translate(/processing-instruction('rfc')[contains(.,'background=')], '"', ''),
435 … translate(/processing-instruction('rfc-ext')[contains(.,'parse-xml-in-artwork=')], '" ', ''),
443 translate(/processing-instruction('rfc-ext')[contains(.,'support-rfc2731=')], '" ', ''),
451 translate(/processing-instruction('rfc')[contains(.,'linkmailto=')], '"', ''),
460 translate(/processing-instruction('rfc')[contains(.,'iprnotified=')], '"', ''),
467 <xsl:param name="rfcUrlPrefix" select="'http://www.ietf.org/rfc/rfc'" />
497 <xsl:variable name="anchor-prefix" select="'rfc'" />
500 <xsl:variable name="ipr-rfc3667" select="(/rfc/@number > 3708) or not((/rfc/@ipr = 'full2026') o…
501 …(/rfc/@ipr = 'noDerivativeWorks2026') or (/rfc/@ipr = 'noDerivativeWorksNow') or (/rfc/@ipr = 'non…
744 <xsl:if test="/rfc/@docName">
746 <span class="filename"><xsl:value-of select="/rfc/@docName"/></span>
1071 <xsl:template match="rfc"> matchedTemplate
1097 <xsl:for-each select="/rfc/ed:link">
1100 <xsl:if test="/rfc/@number">
1101 …l="Alternate" title="Authorative ASCII version" href="http://www.ietf.org/rfc/rfc{/rfc/@number}" />
1123 <xsl:for-each select="/rfc/front/author">
1129 <xsl:when test="/rfc/@number">
1130 <meta name="DC.Identifier" content="urn:ietf:rfc:{/rfc/@number}" />
1132 <xsl:when test="/rfc/@docName">
1133 <meta name="DC.Identifier" content="urn:ietf:id:{/rfc/@docName}" />
1138 <meta name="DC.Date.Issued" scheme="ISO8601" content="{/rfc/front/date/@year}-{$month}" />
1140 <xsl:if test="/rfc/@obsoletes!=''">
1142 <xsl:with-param name="list" select="/rfc/@obsoletes"/>
1147 <xsl:if test="/rfc/front/abstract">
1148 <meta name="DC.Description.Abstract" content="{normalize-space(/rfc/front/abstract)}" />
1283 <xsl:for-each select="$src/rfc/back/references/reference[@anchor=$target]">
1348 …<xsl:call-template name="referencename"><xsl:with-param name="node" select="$src/rfc/back/referenc…
1382 <xsl:when test="/rfc/@ipr and $mode='nroff'">Internet Draft</xsl:when>
1383 <xsl:when test="/rfc/@ipr">INTERNET DRAFT</xsl:when>
1384 <xsl:otherwise>Request for Comments: <xsl:value-of select="/rfc/@number"/></xsl:otherwise>
1387 <xsl:if test="/rfc/@docName and $mode!='nroff'">
1389 <<xsl:value-of select="/rfc/@docName" />>
1392 <xsl:if test="/rfc/@obsoletes and /rfc/@obsoletes!=''">
1395 <xsl:with-param name="list" select="normalize-space(/rfc/@obsoletes)" />
1397 <xsl:if test="not(/rfc/@number)"> (if approved)</xsl:if>
1400 <xsl:if test="/rfc/@seriesNo">
1403 … <xsl:when test="/rfc/@category='bcp'">BCP: <xsl:value-of select="/rfc/@seriesNo" /></xsl:when>
1404 … <xsl:when test="/rfc/@category='info'">FYI: <xsl:value-of select="/rfc/@seriesNo" /></xsl:when>
1405 … <xsl:when test="/rfc/@category='std'">STD: <xsl:value-of select="/rfc/@seriesNo" /></xsl:when>
1406 …<xsl:otherwise><xsl:value-of select="concat(/rfc/@category,': ',/rfc/@seriesNo)" /></xsl:otherwise>
1410 <xsl:if test="/rfc/@updates and /rfc/@updates!=''">
1413 <xsl:with-param name="list" select="normalize-space(/rfc/@updates)" />
1415 <xsl:if test="not(/rfc/@number)"> (if approved)</xsl:if>
1424 <xsl:if test="/rfc/@ipr">
1503 <xsl:variable name="date" select="/rfc/front/date" />
1522 <xsl:variable name="date" select="/rfc/front/date" />
1550 …<a name="{$anchor-prefix}.authors" />Author's Address<xsl:if test="count(/rfc/front/author) > 1…
1554 <xsl:apply-templates select="/rfc/front/author" />
1647 Copyright (C) The Internet Society (<xsl:value-of select="/rfc/front/date/@year" />).
1657 …Copyright (C) The Internet Society (<xsl:value-of select="/rfc/front/date/@year" />). All Rights R…
2005 <xsl:when test="/rfc/@ipr">
2010 <xsl:when test="/rfc/@ipr = 'full2026'">
2014 <xsl:when test="/rfc/@ipr = 'noDerivativeWorks2026'">
2019 <xsl:when test="/rfc/@ipr = 'noDerivativeWorksNow'">
2026 <xsl:when test="/rfc/@ipr = 'none'">
2034 <xsl:when test="/rfc/@ipr = 'full3667'">
2040 <xsl:when test="/rfc/@ipr = 'noModification3667'">
2046 to translate it into languages other than English<xsl:if test="/rfc/@iprExtract">,
2047 … other than to extract <xref target="{/rfc/@iprExtract}"/> as-is for separate use.</xsl:if>.
2049 <xsl:when test="/rfc/@ipr = 'noDerivatives3667'">
2054 works of it may not be created<xsl:if test="/rfc/@iprExtract">,
2055 … other than to extract <xref target="{/rfc/@iprExtract}"/> as-is for separate use.</xsl:if>..
2086 <xsl:when test="/rfc/@category='bcp'">
2093 <xsl:when test="/rfc/@category='exp'">
2101 <xsl:when test="/rfc/@category='historic'">
2108 <xsl:when test="/rfc/@category='info' or not(/rfc/@category)">
2115 <xsl:when test="/rfc/@category='std'">
2133 …Copyright (C) The Internet Society (<xsl:value-of select="/rfc/front/date/@year" />). All Rights R…
2198 <xsl:apply-templates select="/rfc/front" mode="toc" />
2287 <xsl:template match="rfc" mode="toc"> matchedTemplate
2330 <xsl:if test="/rfc/@number">
2332 <span class="hotText"><xsl:value-of select="/rfc/@number"/></span>
2497 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:{$rfcNo}" />
2504 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:{$rfcNo}" />
2517 <xsl:if test="$xml2rfc-editing='yes' and ancestor::rfc">
2565 …<a href="mailto:{@entered-by}?subject={/rfc/@docName}, {../@name}"><i><xsl:value-of select="@enter…
2581 …<a href="mailto:{@entered-by}?subject={/rfc/@docName}, {../@name}"><i><xsl:value-of select="@enter…
2608 …<td><a href="mailto:{ed:item[1]/@entered-by}?subject={/rfc/@docName}, {@name}"><xsl:value-of selec…
2881 <xsl:when test="count(/rfc/front/author)=1">
2882 <xsl:value-of select="/rfc/front/author[1]/@surname" />
2884 <xsl:when test="count(/rfc/front/author)=2">
2885 …<xsl:value-of select="concat(/rfc/front/author[1]/@surname,' & ',/rfc/front/author[2]/@surname…
2888 <xsl:value-of select="concat(/rfc/front/author[1]/@surname,', et al.')" />
2894 <xsl:for-each select="/rfc/front/author">
2904 <xsl:when test="/rfc/@category='bcp'">Best Current Practice</xsl:when>
2905 <xsl:when test="/rfc/@category='historic'">Historic</xsl:when>
2906 <xsl:when test="/rfc/@category='info' or not(/rfc/@category)">Informational</xsl:when>
2907 <xsl:when test="/rfc/@category='std'">Standards Track</xsl:when>
2908 <xsl:when test="/rfc/@category='exp'">Experimental</xsl:when>
2915 <xsl:when test="string-length(/rfc/front/title/@abbrev) > 0">
2916 <xsl:value-of select="/rfc/front/title/@abbrev" />
2919 <xsl:value-of select="/rfc/front/title" />
2928 <xsl:when test="/rfc/@ipr">INTERNET DRAFT</xsl:when>
2929 <xsl:otherwise>RFC <xsl:value-of select="/rfc/@number"/></xsl:otherwise>
2946 <xsl:value-of select="concat(/rfc/front/date/@month,' ',/rfc/front/date/@year)" />
2951 <xsl:for-each select="/rfc/front/keyword">