]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed conditional that broke the build process.
authorBob Stayton <bobs@sagehill.net>
Fri, 22 Apr 2005 07:12:22 +0000 (07:12 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 22 Apr 2005 07:12:22 +0000 (07:12 +0000)
xsl/params/menuchoice.menu.separator.xml

index cb2979f8ea7ea2e71542d978941c775e11b3dbe1..eab6d5b220899cf4621f824c878338dfe15bf7d3 100644 (file)
@@ -12,19 +12,7 @@ with <sgmltag>guimenuitem</sgmltag> or
 
 <refsynopsisdiv>
 <src:fragment id='menuchoice.menu.separator.frag'>
-<xsl:param name="menuchoice.menu.separator" xmlns:fo="http://www.w3.org/1999/XSL/Format">
-  <xsl:choose>
-    <xsl:when test="$stylesheet.result.type = 'fo' and $fop.extensions != 0">
-      <xsl:text> </xsl:text>
-      <!-- Right arrow symbol -->
-      <fo:inline font-family="Symbol">&#x2192;</fo:inline>
-      <xsl:text> </xsl:text>
-    </xsl:when>
-    <xsl:otherwise>
-      <xsl:text> &#x2192; </xsl:text>
-    </xsl:otherwise>
-  </xsl:choose>
-</xsl:param>
+<xsl:param name="menuchoice.menu.separator" xmlns:fo="http://www.w3.org/1999/XSL/Format"> &#x2192; </xsl:param>
 </src:fragment>
 </refsynopsisdiv>