]> granicus.if.org Git - docbook-dsssl/commit
Changed test expression used for determining whether a term in a
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 7 Apr 2006 00:13:08 +0000 (00:13 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 7 Apr 2006 00:13:08 +0000 (00:13 +0000)
commitfb567e7a0a31a13dd5541666810510a2b7063a3e
tree5abc2850b7b9c3af74d30b2c6dc08c6646fcf5fd
parent5bae159611dcb9b2728fe7f96e696cb8cda73194
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