From: Michael Smith Date: Fri, 7 Apr 2006 00:13:08 +0000 (+0000) Subject: Changed test expression used for determining whether a term in a X-Git-Tag: release/1.79.1~6^2~2893 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb567e7a0a31a13dd5541666810510a2b7063a3e;p=docbook-dsssl Changed test expression used for determining whether a term in a variablelist is the final term. Was using "position() = last()", but that caused a fatal XPath error in xsltproc (though not in Saxon); changed to "not(following-sibling::term)", which is probably a better way of doing it anyway. --- diff --git a/xsl/fo/lists.xsl b/xsl/fo/lists.xsl index 70d5344e4..9bd15ec57 100644 --- a/xsl/fo/lists.xsl +++ b/xsl/fo/lists.xsl @@ -589,7 +589,7 @@ - +