generate.string.url — Escape and hyphenate a string as a teletype URL.
<xsl:template name="generate.string.url"> <xsl:param name="hyphenation"/> <xsl:param name="string"/> <xsl:param name="url" select="$string"/> ... </xsl:template>
This template typsets teletype text using slash.hyphen if $latex.hyphenation.tttricks is disabled. Has two parameters: 'hyphenation' and 'string'.