|
1035 | 1035 | <xsl:call-template name="parse-pis">
|
1036 | 1036 | <xsl:with-param name="nodes" select="/processing-instruction('rfc-ext')"/>
|
1037 | 1037 | <xsl:with-param name="attr" select="'rfc-reference-base-uri'"/>
|
1038 |
| - <!-- previously 'https://xml2rfc.tools.ietf.org/public/rfc/bibxml/' --> |
1039 |
| - <xsl:with-param name="default">https://www.rfc-editor.org/refs/bibxml/</xsl:with-param> |
| 1038 | + <!-- previously 'https://xml2rfc.tools.ietf.org/public/rfc/bibxml/', then 'https://www.rfc-editor.org/refs/bibxml/' --> |
| 1039 | + <xsl:with-param name="default">https://bib.ietf.org/public/rfc/bibxml/</xsl:with-param> |
1040 | 1040 | </xsl:call-template>
|
1041 | 1041 | </xsl:param>
|
1042 | 1042 |
|
@@ -12191,11 +12191,11 @@ dd, li, p {
|
12191 | 12191 | <xsl:variable name="gen">
|
12192 | 12192 | <xsl:text>http://greenbytes.de/tech/webdav/rfcxml.xslt, </xsl:text>
|
12193 | 12193 | <!-- when RCS keyword substitution in place, add version info -->
|
12194 |
| - <xsl:if test="contains('$Revision: 1.1518 $',':')"> |
12195 |
| - <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.1518 $', 'Revision: '),'$','')),', ')" /> |
| 12194 | + <xsl:if test="contains('$Revision: 1.1519 $',':')"> |
| 12195 | + <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.1519 $', 'Revision: '),'$','')),', ')" /> |
12196 | 12196 | </xsl:if>
|
12197 |
| - <xsl:if test="contains('$Date: 2023/06/06 09:20:49 $',':')"> |
12198 |
| - <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2023/06/06 09:20:49 $', 'Date: '),'$','')),', ')" /> |
| 12197 | + <xsl:if test="contains('$Date: 2023/06/09 13:20:24 $',':')"> |
| 12198 | + <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2023/06/09 13:20:24 $', 'Date: '),'$','')),', ')" /> |
12199 | 12199 | </xsl:if>
|
12200 | 12200 | <xsl:variable name="product" select="normalize-space(concat(system-property('xsl:product-name'),' ',system-property('xsl:product-version')))"/>
|
12201 | 12201 | <xsl:if test="$product!=''">
|
|
0 commit comments