Fixed typo that meant font-size.minimum wasn't being updated.
authorTony Graham
Mon, 16 Dec 2013 09:51:21 +0000
changeset 23 af016514b0a6
parent 22 d472aaee1bf0
child 24 6e7c5a755c54
Fixed typo that meant font-size.minimum wasn't being updated.
FOPRunXSLTExt/examples/example5_saxon9_fop10.xsl
--- a/FOPRunXSLTExt/examples/example5_saxon9_fop10.xsl	Mon Dec 16 09:38:05 2013 +0000
+++ b/FOPRunXSLTExt/examples/example5_saxon9_fop10.xsl	Mon Dec 16 09:51:21 2013 +0000
@@ -155,7 +155,7 @@
             select="($font-size + $font-size.maximum) div 2"
             as="xs:double" />
         <xsl:with-param
-            name="font-size.mimimum"
+            name="font-size.minimum"
             select="$font-size"
             as="xs:double"
             tunnel="yes" />