equal
deleted
inserted
replaced
114 ******************** |
114 ******************** |
115 Internetové standardy – RFC |
115 Internetové standardy – RFC |
116 * |
116 * |
117 @href číslo RFCčka |
117 @href číslo RFCčka |
118 --> |
118 --> |
119 <xsl:template match="m:a[@typ='rfc']"> |
119 <xsl:template match="m:a[@typ='rfc' and number(@href)]"> |
120 <xsl:call-template name="vložOdkaz"> |
120 <xsl:call-template name="vložOdkaz"> |
121 <xsl:with-param name="url" select=" |
121 <xsl:with-param name="url" select=" |
122 concat( |
122 concat( |
123 'https://tools.ietf.org/html/rfc', |
123 'https://tools.ietf.org/html/rfc', |
124 @href |
124 @href |