]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated automated xsl-param markup system to handle
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 18 Jan 2007 07:09:06 +0000 (07:09 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 18 Jan 2007 07:09:06 +0000 (07:09 +0000)
wordml->roundtrip name change.

xsl/tools/xsl/build/xsl-param-link.xsl

index 48a4cbc8cd8d29f1607127a1f76b11b76c10d7a4..82a2245abca6054e4a04a00fba4ac91758881ce7 100644 (file)
@@ -13,8 +13,8 @@
 <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">
@@ -39,8 +39,8 @@
     </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>
@@ -61,8 +61,8 @@
         <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>