šablona/makra/odkazy.xsl
changeset 57 768a7eecb0cf
parent 56 24e50902b58e
child 61 9503eb8377f1
equal deleted inserted replaced
56:24e50902b58e 57:768a7eecb0cf
   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