]> granicus.if.org Git - docbook-dsssl/commitdiff
Reverted the r7131 change to the value of the
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 25 Jul 2007 16:58:02 +0000 (16:58 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 25 Jul 2007 16:58:02 +0000 (16:58 +0000)
nominal.image.width param (the value is an literal expression
that's meant to be evaluated, not a string expression.

xsl/params/nominal.image.width.xml

index eb811113a68be3ed5da00759ecb94afb64d0ed57..bfa989a2c87241c42b3eb127af76e685ef019ec0 100644 (file)
@@ -15,7 +15,7 @@
 
 <refsynopsisdiv>
 <src:fragment xml:id="nominal.image.width.frag">
-<xsl:param name="nominal.image.width">6 * $pixels.per.inch</xsl:param>
+<xsl:param name="nominal.image.width" select="6 * $pixels.per.inch"/>
 </src:fragment>
 </refsynopsisdiv>