]> granicus.if.org Git - docbook-dsssl/commitdiff
Corrected several references to parameter $qanda.defaultlabel
authorBob Stayton <bobs@sagehill.net>
Thu, 30 Jan 2003 23:38:13 +0000 (23:38 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 30 Jan 2003 23:38:13 +0000 (23:38 +0000)
that were missing the "$".

xsl/common/common.xsl
xsl/fo/qandaset.xsl
xsl/html/qandaset.xsl

index 8dc139cdf8cb71b688217e4390bf1415cbe4dd04..548348d7c5616cd2c6f43360b4996b78c9de1f61 100644 (file)
@@ -314,7 +314,7 @@ Defaults to the context node.</para>
                               /@defaultlabel"/>
       </xsl:when>
       <xsl:otherwise>
-        <xsl:value-of select="qanda.defaultlabel"/>
+        <xsl:value-of select="$qanda.defaultlabel"/>
       </xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
index f9875c7670aec70dd7c12cba7d1e75e0642d7b7d..2898b2871a0d6a414cc79cfeaecffc1c6d4ed0bc 100644 (file)
                               /@defaultlabel"/>
       </xsl:when>
       <xsl:otherwise>
-        <xsl:value-of select="qanda.defaultlabel"/>
+        <xsl:value-of select="$qanda.defaultlabel"/>
       </xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
                               /@defaultlabel"/>
       </xsl:when>
       <xsl:otherwise>
-        <xsl:value-of select="qanda.defaultlabel"/>
+        <xsl:value-of select="$qanda.defaultlabel"/>
       </xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
index 086c7ff5a8c034fb97654fef88fa54692c8ef635..357613ccb2744d403e0a55ba52124ce0fa032953 100644 (file)
                               /@defaultlabel"/>
       </xsl:when>
       <xsl:otherwise>
-        <xsl:value-of select="qanda.defaultlabel"/>
+        <xsl:value-of select="$qanda.defaultlabel"/>
       </xsl:otherwise>
     </xsl:choose>
   </xsl:variable>