From 1c599ddcb9d86942837423046951da1e25416a7e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 7 Apr 2006 00:13:08 +0000 Subject: [PATCH] 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. --- xsl/fo/lists.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - + -- 2.40.0