<xsl:param name="manpages-baseuri"
select="'http://docbook.sourceforge.net/release/xsl/current/doc/manpages/'"/>
-<xsl:param name="wordml-baseuri"
- select="'http://docbook.sourceforge.net/release/xsl/current/doc/wordml/'"/>
+<xsl:param name="roundtrip-baseuri"
+ select="'http://docbook.sourceforge.net/release/xsl/current/doc/roundtrip/'"/>
<xsl:template match="parameter">
<xsl:variable name="markup">
</xsl:call-template>
</xsl:variable>
- <xsl:variable name="iswordml">
- <xsl:call-template name="is-wordml-parameter">
+ <xsl:variable name="isroundtrip">
+ <xsl:call-template name="is-roundtrip-parameter">
<xsl:with-param name="param" select="normalize-space(.)"/>
</xsl:call-template>
</xsl:variable>
<xsl:copy-of select="$markup"/>
</a>
</xsl:when>
- <xsl:when test="$iswordml != 0">
- <a href="{concat($wordml-baseuri, normalize-space(.))}.html">
+ <xsl:when test="$isroundtrip != 0">
+ <a href="{concat($roundtrip-baseuri, normalize-space(.))}.html">
<xsl:copy-of select="$markup"/>
</a>
</xsl:when>