From answers to bug 314985 the problem appears to be caused by two consecutive
text nodes. Therefor a workaround here is to replace
<xsl:with-param name="list" select="text()"/>
by
<xsl:with-param name="list" select="."/>
Regards, Manfred
On 03/11/05, Manfred Staudinger <manfred(_dot_)staudinger(_at_)gmail(_dot_)com>
wrote:
It's a processor bug (if it hits some memory limit it ought to fail
rather than just give the wrong answer) so you'd need to report it to
their bugzilla system.
I've submitted Bugzilla Bug 314985 for this.
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--